Shades of Indigo #490476
Tints of Indigo #490476
RGB
CMYK
RGB Variations
Color information
#490476 (or 0x490476) is known color: 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
| RGB | 73 | 4 | 118 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.54 |
| HSL | 276.32º | 0.93% | 0.24% | - |
| HSV(B) | 276.32º | 0.97% | 0.46% | - |
| XYZ | 6.06 | 2.81 | 17.36 | - |
| YUV | 37.63 | 173.36 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 118 | 0.38 | 0.97 | 0 | 0.54 | 276.32 | 0.93 | 0.24 |
| Hex | 49 | 4 | 76 | 26 | 61 | 0 | 36 | 114 | 5D | 18 |
| Octal | 111 | 4 | 166 | 46 | 141 | 0 | 66 | 424 | 135 | 30 |
| Binary | 1001001 | 100 | 1110110 | 100110 | 1100001 | 0 | 110110 | 100010100 | 1011101 | 11000 |
Color Harmonies of #490476
Complementary color
Monochromatic Colors of #490476
Black with #490476
Text Example
Text Example
White with #490476
Text Example
Text Example
HTML Codes & Css Web 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>