Shades of Indigo #4608AC
Tints of Indigo #4608AC
RGB
CMYK
RGB Variations
Color information
#4608AC (or 0x4608AC) is known color: Indigo. HEX triplet: 46, 08 and AC. RGB value is (70,8,172). Sum of RGB (Red+Green+Blue) = 70+8+172=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #4608AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4608AC is #B9F753. Grayscale: #2C2C2C. Windows color (decimal): -12187476 or 11274310. OLE color: 11274310.
HSL color Cylindrical-coordinate representation of color #4608AC: hue angle of 262.68º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4608AC is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 8 | 172 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.33 |
| HSL | 262.68º | 0.91% | 0.35% | - |
| HSV(B) | 262.68º | 0.95% | 0.67% | - |
| XYZ | 10.06 | 4.45 | 39.36 | - |
| YUV | 45.23 | 199.54 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 172 | 0.59 | 0.95 | 0 | 0.33 | 262.68 | 0.91 | 0.35 |
| Hex | 46 | 8 | AC | 3B | 5F | 0 | 21 | 107 | 5B | 23 |
| Octal | 106 | 10 | 254 | 73 | 137 | 0 | 41 | 407 | 133 | 43 |
| Binary | 1000110 | 1000 | 10101100 | 111011 | 1011111 | 0 | 100001 | 100000111 | 1011011 | 100011 |
Color Harmonies of #4608AC
Complementary color
Monochromatic Colors of #4608AC
Black with #4608AC
Text Example
Text Example
White with #4608AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4608AC; }
p { color: rgb(70,8,172); }
H1.HeaderClassName
{
color: #4608AC;
}
.AnyTagClassName
{
color: #4608AC;
}
</style>
background-color css
<style>
a { background-color: #4608AC; }
a { background-color: rgb(70,8,172); }
div.DivClassName
{
background-color: #4608AC;
}
.BgClassName
{
background-color: #4608AC;
}
</style>
border-color css
<style>
span { border-color: #4608AC; }
span { border-color: rgb(70,8,172); }
td.TdClassName
{
border-color: #4608AC;
}
.TagClassName
{
border-color: #4608AC;
}
</style>