Html Css Color HEX #4904AC Indigo

📋 copy color: '#4904AC'

red 73 ◦ green 4 ◦ blue 172

#4904AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #4904AC

Tints of Indigo #4904AC

RGB

 RED value IS 73 (28.91% from 255) = 29.32%

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 29.32%
G = 1.61%
B = 69.08%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4904AC (or 0x4904AC) is known color: Indigo. HEX triplet: 49, 04 and AC. RGB value is (73,4,172). Sum of RGB (Red+Green+Blue) = 73+4+172=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #4904AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4904AC is #B6FB53. Grayscale: #2B2B2B. Windows color (decimal): -11991892 or 11273289. OLE color: 11273289.

HSL color Cylindrical-coordinate representation of color #4904AC: hue angle of 264.64º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4904AC is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 4 172 -
CMYK 0.58 0.98 0 0.33
HSL 264.64º 0.95% 0.35% -
HSV(B) 264.64º 0.98% 0.67% -
XYZ 10.24 4.48 39.36 -
YUV 43.78 200.36 148.84 -
System Red Green Blue C M Y K H S L
Decimal 73 4 172 0.58 0.98 0 0.33 264.64 0.95 0.35
Hex 49 4 AC 3A 62 0 21 109 5F 23
Octal 111 4 254 72 142 0 41 411 137 43
Binary 1001001 100 10101100 111010 1100010 0 100001 100001001 1011111 100011

Color Harmonies of #4904AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4904AC

Black with #4904AC

Text Example


Text Example

White with #4904AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4904AC; }

 p { color: rgb(73,4,172); }

 H1.HeaderClassName
 {
   color: #4904AC;
 }
 .AnyTagClassName
 {
   color: #4904AC;
 }
</style>

background-color css

<style>
 a { background-color: #4904AC; }

 a { background-color: rgb(73,4,172); }

 div.DivClassName
 {
   background-color: #4904AC;
 }
 .BgClassName
 {
   background-color: #4904AC;
 }
</style>

border-color css

<style>
 span { border-color: #4904AC; }

 span { border-color: rgb(73,4,172); }

 td.TdClassName
 {
   border-color: #4904AC;
 }
 .TagClassName
 {
   border-color: #4904AC;
 }
</style>