Shades of Indigo #46076B
Tints of Indigo #46076B
RGB
CMYK
RGB Variations
Color information
#46076B (or 0x46076B) is known color: Indigo. HEX triplet: 46, 07 and 6B. RGB value is (70,7,107). Sum of RGB (Red+Green+Blue) = 70+7+107=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #46076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46076B is #B9F894. Grayscale: #242424. Windows color (decimal): -12187797 or 7014214. OLE color: 7014214.
HSL color Cylindrical-coordinate representation of color #46076B: hue angle of 277.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46076B is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 7 | 107 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.58 |
| HSL | 277.8º | 0.88% | 0.22% | - |
| HSV(B) | 277.8º | 0.93% | 0.42% | - |
| XYZ | 5.26 | 2.52 | 14.12 | - |
| YUV | 37.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 107 | 0.35 | 0.93 | 0 | 0.58 | 277.8 | 0.88 | 0.22 |
| Hex | 46 | 7 | 6B | 23 | 5D | 0 | 3A | 116 | 58 | 16 |
| Octal | 106 | 7 | 153 | 43 | 135 | 0 | 72 | 426 | 130 | 26 |
| Binary | 1000110 | 111 | 1101011 | 100011 | 1011101 | 0 | 111010 | 100010110 | 1011000 | 10110 |
Color Harmonies of #46076B
Complementary color
Monochromatic Colors of #46076B
Black with #46076B
Text Example
Text Example
White with #46076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46076B; }
p { color: rgb(70,7,107); }
H1.HeaderClassName
{
color: #46076B;
}
.AnyTagClassName
{
color: #46076B;
}
</style>
background-color css
<style>
a { background-color: #46076B; }
a { background-color: rgb(70,7,107); }
div.DivClassName
{
background-color: #46076B;
}
.BgClassName
{
background-color: #46076B;
}
</style>
border-color css
<style>
span { border-color: #46076B; }
span { border-color: rgb(70,7,107); }
td.TdClassName
{
border-color: #46076B;
}
.TagClassName
{
border-color: #46076B;
}
</style>