Tiny Online Tools logoTiny Online ToolssearchПоиск инструментов…grid_viewВсе инструменты
Главнаяchevron_rightИнструменты разработчикаchevron_rightRGB в HEXRGB в HEX

RGB в HEX

Преобразуйте значения RGB в HEX, HSL и CSS-форматы цветов с помощью палитры.

Палитра цветов
Значения RGBАльфа-каналВыходные значения
Разбор HSL

Похожие инструменты

HEX в RGB

HEX в RGB

Преобразуйте HEX-коды цветов в RGB, HSL и HSV с живым предпросмотром.

Извлечь Hex-палитру

Извлечь Hex-палитру

Извлекайте доминирующую цветовую палитру из любого изображения в форматах Hex, RGB и HSL.

JSON валидатор

JSON валидатор

проверить JSON syntax quickly.

HEX просмотрщик

HEX просмотрщик

View any file as a HEX dump с offset, HEX bytes, и ASCII columns.

Добавить водяной знак в PDF

Добавить водяной знак в PDF

Добавьте текстовый водяной знак в PDF.

ASCII в Изображение

ASCII в Изображение

Рендеринг ASCII-арта как загружаемого изображения PNG или JPG с пользовательским стилем.

GIF в MP4

GIF в MP4

Конвертируйте анимированные GIF-файлы в формат видео WebM/MP4 прямо в браузере.

apps

Больше инструментов

Просмотрите нашу полную коллекцию бесплатных онлайн-инструментов.

Преобразует Between Color Форматируетs Instantly

Color Форматируетs vary depending on context. Design tools output RGB or HSL values, but CSS needs hex codes. Accessibility tools report RGB, but inline styles might use CSS rgb() notation. Manually Преобразуетing between Форматируетs is error-prone and slow: look up conversion formulas, do math, verify the result, then type it into code.

This Color Преобразуетer handles all major Форматируетs. Use the visual color picker or enter RGB values directly, and instantly see the hex code, CSS rgb(), CSS hsl(), and HSL breakdown. Copy any Форматирует with one click.

Visual Color Picker or Manual Entry

Color Picker: Click the visual picker and select your color. As you adjust the hue, saturation, and brightness, all output Форматируетs update in real time. This is fastest when you're working visually or need to find the right color.

RGB Sliders: Drag individual R, G, and B sliders (0-255 range) to fine-tune values. This is more precise when you have specific RGB values from a design tool or specification.

Copy Any Output Форматирует: The Преобразуетer Генерируетs:

  • HEX: #4246B0
  • HEX with Alpha: #4246B07F (with transparency)
  • CSS RGB: rgb(66, 70, 176)
  • CSS RGBA: rgba(66, 70, 176, 0.5) (with transparency)
  • CSS HSL: hsl(239, 40%, 48%)
  • CSS HSLA: hsla(239, 40%, 48%, 0.5) (with transparency)

Each Форматирует has its own copy button, so you can quickly paste the exact Форматирует your code needs.

HSL Breakdown for Understanding Color

Beyond conversion, the tool shows HSL (Hue, Saturation, Lightness) components:

Hue: The actual color (0-360 degrees on the color wheel)

Saturation: How vibrant the color is (0% = gray, 100% = pure color)

Lightness: How bright the color is (0% = black, 100% = white)

This breakdown helps you understand color relationships and makes it easier to adjust colors systematically in CSS or design tools.

Alpha Channel Support

Toggle alpha channel support to work with transparency. When enabled, you get:

  • An alpha slider (0-255)
  • RGBA and HSLA Форматируетs
  • Hex with alpha (#RRGGBBAA) Форматирует

Use this when you need semi-transparent colors for overlays, shadows, or layered UI effects.

Common Web Development Workflows

Design to Code: Copy a color from your design tool (often RGB or hex), paste the RGB values here, copy the exact CSS Форматирует you need, and paste into your stylesheet.

Accessibility Testing: Преобразует colors between Форматируетs to test contrast ratios and verify accessibility. Many a11y tools report RGB; quickly Преобразует to hex for reference.

Theming & Color Manipulation: Understand the HSL breakdown to systematically Создает lighter/darker variants of a color by adjusting lightness.

CSS Variables & Design Systems: Преобразует colors to your team's preferred Форматирует (hex vs. rgb) for consistency in design system tokens.

Cross-Platform Development: Different platforms prefer different Форматируетs. Преобразует once, get all Форматируетs, paste what you need.

Real-Time Visual Feedback

As you adjust values, see the resulting color displayed prominently. This visual feedback helps you verify the conversion is correct before copying.

Completely Local Conversion

Color conversion happens in your браузер. No server needed, no external processing, instant results.