Shades of Indigo #4900A6
Tints of Indigo #4900A6
RGB
CMYK
RGB Variations
Color information
#4900A6 (or 0x4900A6) is known color: Indigo. HEX triplet: 49, 00 and A6. RGB value is (73,0,166). Sum of RGB (Red+Green+Blue) = 73+0+166=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 166 (65.23% from 255 or 69.46% from 239); Max value from RGB is 166 - color contains mainly: blue. Hex color #4900A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4900A6 is #B6FF59. Grayscale: #282828. Windows color (decimal): -11992922 or 10879049. OLE color: 10879049.
HSL color Cylindrical-coordinate representation of color #4900A6: hue angle of 266.39º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900A6 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 0 | 166 | - |
| CMYK | 0.56 | 1 | 0 | 0.35 |
| HSL | 266.39º | 1% | 0.33% | - |
| HSV(B) | 266.39º | 1% | 0.65% | - |
| XYZ | 9.63 | 4.17 | 36.37 | - |
| YUV | 40.75 | 198.68 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 166 | 0.56 | 1 | 0 | 0.35 | 266.39 | 1 | 0.33 |
| Hex | 49 | 0 | A6 | 38 | 64 | 0 | 23 | 10A | 64 | 21 |
| Octal | 111 | 0 | 246 | 70 | 144 | 0 | 43 | 412 | 144 | 41 |
| Binary | 1001001 | 0 | 10100110 | 111000 | 1100100 | 0 | 100011 | 100001010 | 1100100 | 100001 |
Color Harmonies of #4900A6
Complementary color
Monochromatic Colors of #4900A6
Black with #4900A6
Text Example
Text Example
White with #4900A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900A6; }
p { color: rgb(73,0,166); }
H1.HeaderClassName
{
color: #4900A6;
}
.AnyTagClassName
{
color: #4900A6;
}
</style>
background-color css
<style>
a { background-color: #4900A6; }
a { background-color: rgb(73,0,166); }
div.DivClassName
{
background-color: #4900A6;
}
.BgClassName
{
background-color: #4900A6;
}
</style>
border-color css
<style>
span { border-color: #4900A6; }
span { border-color: rgb(73,0,166); }
td.TdClassName
{
border-color: #4900A6;
}
.TagClassName
{
border-color: #4900A6;
}
</style>