Html Css Color HEX #490EA6 Indigo

📋 copy color: '#490EA6'

red 73 ◦ green 14 ◦ blue 166

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

Shades of Indigo #490EA6

Tints of Indigo #490EA6

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.53%

 BLUE value IS 166 (65.23% from 255) = 65.61%

R = 28.85%
G = 5.53%
B = 65.61%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#490EA6 (or 0x490EA6) is known color: Indigo. HEX triplet: 49, 0E and A6. RGB value is (73,14,166). Sum of RGB (Red+Green+Blue) = 73+14+166=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 166 (65.23% from 255 or 65.61% from 253); Max value from RGB is 166 - color contains mainly: blue. Hex color #490EA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490EA6 is #B6F159. Grayscale: #303030. Windows color (decimal): -11989338 or 10882633. OLE color: 10882633.

HSL color Cylindrical-coordinate representation of color #490EA6: hue angle of 263.29º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490EA6 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 14 166 -
CMYK 0.56 0.92 0 0.35
HSL 263.29º 0.84% 0.35% -
HSV(B) 263.29º 0.92% 0.65% -
XYZ 9.79 4.48 36.43 -
YUV 48.97 194.05 145.14 -
System Red Green Blue C M Y K H S L
Decimal 73 14 166 0.56 0.92 0 0.35 263.29 0.84 0.35
Hex 49 E A6 38 5C 0 23 107 54 23
Octal 111 16 246 70 134 0 43 407 124 43
Binary 1001001 1110 10100110 111000 1011100 0 100011 100000111 1010100 100011

Color Harmonies of #490EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490EA6

Black with #490EA6

Text Example


Text Example

White with #490EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490EA6; }

 p { color: rgb(73,14,166); }

 H1.HeaderClassName
 {
   color: #490EA6;
 }
 .AnyTagClassName
 {
   color: #490EA6;
 }
</style>

background-color css

<style>
 a { background-color: #490EA6; }

 a { background-color: rgb(73,14,166); }

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

border-color css

<style>
 span { border-color: #490EA6; }

 span { border-color: rgb(73,14,166); }

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