#490476

Color #490476 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #490476

Tints of Indigo #490476

Color information

#490476 (or 0x490476) is unknown color: approx Indigo. HEX triplet: 49, 04 and 76. RGB value is (73,4,118). Sum of RGB (Red+Green+Blue) = 73+4+118=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #490476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490476 is #B6FB89. Grayscale: #252525. Windows color (decimal): -11991946 or 7734345. OLE color: 7734345.

HSL color Cylindrical-coordinate representation of color #490476: hue angle of 276.32º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490476 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB734118-
CMYK0.380.9700.54
HSL276.32º93.44%23.92%-
HSV(B)276.32º96.61%46.27%-
XYZ6.062.8117.36-
YUV37.63173.36153.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 118 (46.48% from 255) = 60.51%
R=37.44%
G=2.05%
B=60.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7341180.380.9700.54276.3293.4423.92
Hex4947626610361145d18
Octal11141664614106642413530
Binary1001001100111011010011011000010110110100010100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490476; }

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

 H1.HeaderClassName
 {
   color: #490476;
 }
 .AnyTagClassName
 {
   color: #490476;
 }
</style>
background-color css

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

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

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

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

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

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