Html Css Color HEX #490478 Indigo

📋 copy color: '#490478'

red 73 ◦ green 4 ◦ blue 120

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

Shades of Indigo #490478

Tints of Indigo #490478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 60.91%

R = 37.06%
G = 2.03%
B = 60.91%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#490478 (or 0x490478) is known color: Indigo. HEX triplet: 49, 04 and 78. RGB value is (73,4,120). Sum of RGB (Red+Green+Blue) = 73+4+120=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #490478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490478 is #B6FB87. Grayscale: #252525. Windows color (decimal): -11991944 or 7865417. OLE color: 7865417.

HSL color Cylindrical-coordinate representation of color #490478: hue angle of 275.69º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490478 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 4 120 -
CMYK 0.39 0.97 0 0.53
HSL 275.69º 0.94% 0.24% -
HSV(B) 275.69º 0.97% 0.47% -
XYZ 6.18 2.86 18 -
YUV 37.86 174.36 153.07 -
System Red Green Blue C M Y K H S L
Decimal 73 4 120 0.39 0.97 0 0.53 275.69 0.94 0.24
Hex 49 4 78 27 61 0 35 114 5E 18
Octal 111 4 170 47 141 0 65 424 136 30
Binary 1001001 100 1111000 100111 1100001 0 110101 100010100 1011110 11000

Color Harmonies of #490478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490478

Black with #490478

Text Example


Text Example

White with #490478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490478; }

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

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

background-color css

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

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

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

border-color css

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

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

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