Shades of Indigo #4602AF
Tints of Indigo #4602AF
RGB
CMYK
RGB Variations
Color information
#4602AF (or 0x4602AF) is known color: Indigo. HEX triplet: 46, 02 and AF. RGB value is (70,2,175). Sum of RGB (Red+Green+Blue) = 70+2+175=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 175 (68.75% from 255 or 70.85% from 247); Max value from RGB is 175 - color contains mainly: blue. Hex color #4602AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4602AF is #B9FD50. Grayscale: #292929. Windows color (decimal): -12189009 or 11469382. OLE color: 11469382.
HSL color Cylindrical-coordinate representation of color #4602AF: hue angle of 263.58º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4602AF is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 2 | 175 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.31 |
| HSL | 263.58º | 0.98% | 0.35% | - |
| HSV(B) | 263.58º | 0.99% | 0.69% | - |
| XYZ | 10.29 | 4.44 | 40.87 | - |
| YUV | 42.05 | 203.03 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 175 | 0.60 | 0.99 | 0 | 0.31 | 263.58 | 0.98 | 0.35 |
| Hex | 46 | 2 | AF | 3C | 63 | 0 | 1F | 108 | 62 | 23 |
| Octal | 106 | 2 | 257 | 74 | 143 | 0 | 37 | 410 | 142 | 43 |
| Binary | 1000110 | 10 | 10101111 | 111100 | 1100011 | 0 | 11111 | 100001000 | 1100010 | 100011 |
Color Harmonies of #4602AF
Complementary color
Monochromatic Colors of #4602AF
Black with #4602AF
Text Example
Text Example
White with #4602AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4602AF; }
p { color: rgb(70,2,175); }
H1.HeaderClassName
{
color: #4602AF;
}
.AnyTagClassName
{
color: #4602AF;
}
</style>
background-color css
<style>
a { background-color: #4602AF; }
a { background-color: rgb(70,2,175); }
div.DivClassName
{
background-color: #4602AF;
}
.BgClassName
{
background-color: #4602AF;
}
</style>
border-color css
<style>
span { border-color: #4602AF; }
span { border-color: rgb(70,2,175); }
td.TdClassName
{
border-color: #4602AF;
}
.TagClassName
{
border-color: #4602AF;
}
</style>