Html Css Color HEX #490473 Indigo

📋 copy color: '#490473'

red 73 ◦ green 4 ◦ blue 115

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

Shades of Indigo #490473

Tints of Indigo #490473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 59.9%

R = 38.02%
G = 2.08%
B = 59.9%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#490473 (or 0x490473) is known color: Indigo. HEX triplet: 49, 04 and 73. RGB value is (73,4,115). Sum of RGB (Red+Green+Blue) = 73+4+115=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #490473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490473 is #B6FB8C. Grayscale: #242424. Windows color (decimal): -11991949 or 7537737. OLE color: 7537737.

HSL color Cylindrical-coordinate representation of color #490473: hue angle of 277.3º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490473 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 4 115 -
CMYK 0.37 0.97 0 0.55
HSL 277.3º 0.93% 0.23% -
HSV(B) 277.3º 0.97% 0.45% -
XYZ 5.89 2.74 16.44 -
YUV 37.29 171.86 153.47 -
System Red Green Blue C M Y K H S L
Decimal 73 4 115 0.37 0.97 0 0.55 277.3 0.93 0.23
Hex 49 4 73 25 61 0 37 115 5D 17
Octal 111 4 163 45 141 0 67 425 135 27
Binary 1001001 100 1110011 100101 1100001 0 110111 100010101 1011101 10111

Color Harmonies of #490473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490473

Black with #490473

Text Example


Text Example

White with #490473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490473; }

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

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

background-color css

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

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

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

border-color css

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

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

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