Shades of Indigo #4706AB
Tints of Indigo #4706AB
RGB
CMYK
RGB Variations
Color information
#4706AB (or 0x4706AB) is known color: Indigo. HEX triplet: 47, 06 and AB. RGB value is (71,6,171). Sum of RGB (Red+Green+Blue) = 71+6+171=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 6 (2.73% from 255 or 2.42% 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 #4706AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4706AB is #B8F954. Grayscale: #2B2B2B. Windows color (decimal): -12122453 or 11208263. OLE color: 11208263.
HSL color Cylindrical-coordinate representation of color #4706AB: hue angle of 263.64º degrees, saturation: 0.93, 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 #4706AB is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 6 | 171 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.33 |
| HSL | 263.64º | 0.93% | 0.35% | - |
| HSV(B) | 263.64º | 0.96% | 0.67% | - |
| XYZ | 10.01 | 4.41 | 38.85 | - |
| YUV | 44.25 | 199.53 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 6 | 171 | 0.58 | 0.96 | 0 | 0.33 | 263.64 | 0.93 | 0.35 |
| Hex | 47 | 6 | AB | 3A | 60 | 0 | 21 | 108 | 5D | 23 |
| Octal | 107 | 6 | 253 | 72 | 140 | 0 | 41 | 410 | 135 | 43 |
| Binary | 1000111 | 110 | 10101011 | 111010 | 1100000 | 0 | 100001 | 100001000 | 1011101 | 100011 |
Color Harmonies of #4706AB
Complementary color
Monochromatic Colors of #4706AB
Black with #4706AB
Text Example
Text Example
White with #4706AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4706AB; }
p { color: rgb(71,6,171); }
H1.HeaderClassName
{
color: #4706AB;
}
.AnyTagClassName
{
color: #4706AB;
}
</style>
background-color css
<style>
a { background-color: #4706AB; }
a { background-color: rgb(71,6,171); }
div.DivClassName
{
background-color: #4706AB;
}
.BgClassName
{
background-color: #4706AB;
}
</style>
border-color css
<style>
span { border-color: #4706AB; }
span { border-color: rgb(71,6,171); }
td.TdClassName
{
border-color: #4706AB;
}
.TagClassName
{
border-color: #4706AB;
}
</style>