Shades of Indigo #4A0468
Tints of Indigo #4A0468
RGB
CMYK
RGB Variations
Color information
#4A0468 (or 0x4A0468) is known color: Indigo. HEX triplet: 4A, 04 and 68. RGB value is (74,4,104). Sum of RGB (Red+Green+Blue) = 74+4+104=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #4A0468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0468 is #B5FB97. Grayscale: #242424. Windows color (decimal): -11926424 or 6816842. OLE color: 6816842.
HSL color Cylindrical-coordinate representation of color #4A0468: hue angle of 282º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0468 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 74 | 4 | 104 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.59 |
| HSL | 282º | 0.93% | 0.21% | - |
| HSV(B) | 282º | 0.96% | 0.41% | - |
| XYZ | 5.37 | 2.54 | 13.3 | - |
| YUV | 36.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 4 | 104 | 0.29 | 0.96 | 0 | 0.59 | 282 | 0.93 | 0.21 |
| Hex | 4A | 4 | 68 | 1D | 60 | 0 | 3B | 11A | 5D | 15 |
| Octal | 112 | 4 | 150 | 35 | 140 | 0 | 73 | 432 | 135 | 25 |
| Binary | 1001010 | 100 | 1101000 | 11101 | 1100000 | 0 | 111011 | 100011010 | 1011101 | 10101 |
Color Harmonies of #4A0468
Complementary color
Monochromatic Colors of #4A0468
Black with #4A0468
Text Example
Text Example
White with #4A0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0468; }
p { color: rgb(74,4,104); }
H1.HeaderClassName
{
color: #4A0468;
}
.AnyTagClassName
{
color: #4A0468;
}
</style>
background-color css
<style>
a { background-color: #4A0468; }
a { background-color: rgb(74,4,104); }
div.DivClassName
{
background-color: #4A0468;
}
.BgClassName
{
background-color: #4A0468;
}
</style>
border-color css
<style>
span { border-color: #4A0468; }
span { border-color: rgb(74,4,104); }
td.TdClassName
{
border-color: #4A0468;
}
.TagClassName
{
border-color: #4A0468;
}
</style>