Shades of Indigo #46049D
Tints of Indigo #46049D
RGB
CMYK
RGB Variations
Color information
#46049D (or 0x46049D) is known color: Indigo. HEX triplet: 46, 04 and 9D. RGB value is (70,4,157). Sum of RGB (Red+Green+Blue) = 70+4+157=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #46049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46049D is #B9FB62. Grayscale: #282828. Windows color (decimal): -12188515 or 10290246. OLE color: 10290246.
HSL color Cylindrical-coordinate representation of color #46049D: hue angle of 265.88º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46049D is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 4 | 157 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.38 |
| HSL | 265.88º | 0.95% | 0.32% | - |
| HSV(B) | 265.88º | 0.97% | 0.62% | - |
| XYZ | 8.66 | 3.82 | 32.18 | - |
| YUV | 41.18 | 193.37 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 157 | 0.55 | 0.97 | 0 | 0.38 | 265.88 | 0.95 | 0.32 |
| Hex | 46 | 4 | 9D | 37 | 61 | 0 | 26 | 10A | 5F | 20 |
| Octal | 106 | 4 | 235 | 67 | 141 | 0 | 46 | 412 | 137 | 40 |
| Binary | 1000110 | 100 | 10011101 | 110111 | 1100001 | 0 | 100110 | 100001010 | 1011111 | 100000 |
Color Harmonies of #46049D
Complementary color
Monochromatic Colors of #46049D
Black with #46049D
Text Example
Text Example
White with #46049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46049D; }
p { color: rgb(70,4,157); }
H1.HeaderClassName
{
color: #46049D;
}
.AnyTagClassName
{
color: #46049D;
}
</style>
background-color css
<style>
a { background-color: #46049D; }
a { background-color: rgb(70,4,157); }
div.DivClassName
{
background-color: #46049D;
}
.BgClassName
{
background-color: #46049D;
}
</style>
border-color css
<style>
span { border-color: #46049D; }
span { border-color: rgb(70,4,157); }
td.TdClassName
{
border-color: #46049D;
}
.TagClassName
{
border-color: #46049D;
}
</style>