Shades of Indigo #4600AC
Tints of Indigo #4600AC
RGB
CMYK
RGB Variations
Color information
#4600AC (or 0x4600AC) is known color: Indigo. HEX triplet: 46, 00 and AC. RGB value is (70,0,172). Sum of RGB (Red+Green+Blue) = 70+0+172=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 172 (67.58% from 255 or 71.07% from 242); Max value from RGB is 172 - color contains mainly: blue. Hex color #4600AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4600AC is #B9FF53. Grayscale: #272727. Windows color (decimal): -12189524 or 11272262. OLE color: 11272262.
HSL color Cylindrical-coordinate representation of color #4600AC: hue angle of 264.42º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600AC is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 0 | 172 | - |
| CMYK | 0.59 | 1 | 0 | 0.33 |
| HSL | 264.42º | 1% | 0.34% | - |
| HSV(B) | 264.42º | 1% | 0.67% | - |
| XYZ | 9.97 | 4.28 | 39.33 | - |
| YUV | 40.54 | 202.19 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 172 | 0.59 | 1 | 0 | 0.33 | 264.42 | 1 | 0.34 |
| Hex | 46 | 0 | AC | 3B | 64 | 0 | 21 | 108 | 64 | 22 |
| Octal | 106 | 0 | 254 | 73 | 144 | 0 | 41 | 410 | 144 | 42 |
| Binary | 1000110 | 0 | 10101100 | 111011 | 1100100 | 0 | 100001 | 100001000 | 1100100 | 100010 |
Color Harmonies of #4600AC
Complementary color
Monochromatic Colors of #4600AC
Black with #4600AC
Text Example
Text Example
White with #4600AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600AC; }
p { color: rgb(70,0,172); }
H1.HeaderClassName
{
color: #4600AC;
}
.AnyTagClassName
{
color: #4600AC;
}
</style>
background-color css
<style>
a { background-color: #4600AC; }
a { background-color: rgb(70,0,172); }
div.DivClassName
{
background-color: #4600AC;
}
.BgClassName
{
background-color: #4600AC;
}
</style>
border-color css
<style>
span { border-color: #4600AC; }
span { border-color: rgb(70,0,172); }
td.TdClassName
{
border-color: #4600AC;
}
.TagClassName
{
border-color: #4600AC;
}
</style>