Shades of Indigo #4603AB
Tints of Indigo #4603AB
RGB
CMYK
RGB Variations
Color information
#4603AB (or 0x4603AB) is known color: Indigo. HEX triplet: 46, 03 and AB. RGB value is (70,3,171). Sum of RGB (Red+Green+Blue) = 70+3+171=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #4603AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4603AB is #B9FC54. Grayscale: #292929. Windows color (decimal): -12188757 or 11207494. OLE color: 11207494.
HSL color Cylindrical-coordinate representation of color #4603AB: hue angle of 263.93º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4603AB is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 3 | 171 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.33 |
| HSL | 263.93º | 0.97% | 0.34% | - |
| HSV(B) | 263.93º | 0.98% | 0.67% | - |
| XYZ | 9.91 | 4.31 | 38.84 | - |
| YUV | 42.19 | 200.7 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 171 | 0.59 | 0.98 | 0 | 0.33 | 263.93 | 0.97 | 0.34 |
| Hex | 46 | 3 | AB | 3B | 62 | 0 | 21 | 108 | 61 | 22 |
| Octal | 106 | 3 | 253 | 73 | 142 | 0 | 41 | 410 | 141 | 42 |
| Binary | 1000110 | 11 | 10101011 | 111011 | 1100010 | 0 | 100001 | 100001000 | 1100001 | 100010 |
Color Harmonies of #4603AB
Complementary color
Monochromatic Colors of #4603AB
Black with #4603AB
Text Example
Text Example
White with #4603AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4603AB; }
p { color: rgb(70,3,171); }
H1.HeaderClassName
{
color: #4603AB;
}
.AnyTagClassName
{
color: #4603AB;
}
</style>
background-color css
<style>
a { background-color: #4603AB; }
a { background-color: rgb(70,3,171); }
div.DivClassName
{
background-color: #4603AB;
}
.BgClassName
{
background-color: #4603AB;
}
</style>
border-color css
<style>
span { border-color: #4603AB; }
span { border-color: rgb(70,3,171); }
td.TdClassName
{
border-color: #4603AB;
}
.TagClassName
{
border-color: #4603AB;
}
</style>