Shades of Indigo #4607AB
Tints of Indigo #4607AB
RGB
CMYK
RGB Variations
Color information
#4607AB (or 0x4607AB) is known color: Indigo. HEX triplet: 46, 07 and AB. RGB value is (70,7,171). Sum of RGB (Red+Green+Blue) = 70+7+171=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #4607AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4607AB is #B9F854. Grayscale: #2B2B2B. Windows color (decimal): -12187733 or 11208518. OLE color: 11208518.
HSL color Cylindrical-coordinate representation of color #4607AB: hue angle of 263.05º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4607AB is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 7 | 171 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.33 |
| HSL | 263.05º | 0.92% | 0.35% | - |
| HSV(B) | 263.05º | 0.96% | 0.67% | - |
| XYZ | 9.95 | 4.39 | 38.85 | - |
| YUV | 44.53 | 199.37 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 171 | 0.59 | 0.96 | 0 | 0.33 | 263.05 | 0.92 | 0.35 |
| Hex | 46 | 7 | AB | 3B | 60 | 0 | 21 | 107 | 5C | 23 |
| Octal | 106 | 7 | 253 | 73 | 140 | 0 | 41 | 407 | 134 | 43 |
| Binary | 1000110 | 111 | 10101011 | 111011 | 1100000 | 0 | 100001 | 100000111 | 1011100 | 100011 |
Color Harmonies of #4607AB
Complementary color
Monochromatic Colors of #4607AB
Black with #4607AB
Text Example
Text Example
White with #4607AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4607AB; }
p { color: rgb(70,7,171); }
H1.HeaderClassName
{
color: #4607AB;
}
.AnyTagClassName
{
color: #4607AB;
}
</style>
background-color css
<style>
a { background-color: #4607AB; }
a { background-color: rgb(70,7,171); }
div.DivClassName
{
background-color: #4607AB;
}
.BgClassName
{
background-color: #4607AB;
}
</style>
border-color css
<style>
span { border-color: #4607AB; }
span { border-color: rgb(70,7,171); }
td.TdClassName
{
border-color: #4607AB;
}
.TagClassName
{
border-color: #4607AB;
}
</style>