Shades of Indigo #460473
Tints of Indigo #460473
RGB
CMYK
RGB Variations
Color information
#460473 (or 0x460473) is known color: Indigo. HEX triplet: 46, 04 and 73. RGB value is (70,4,115). Sum of RGB (Red+Green+Blue) = 70+4+115=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #460473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460473 is #B9FB8C. Grayscale: #242424. Windows color (decimal): -12188557 or 7537734. OLE color: 7537734.
HSL color Cylindrical-coordinate representation of color #460473: hue angle of 275.68º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460473 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 4 | 115 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.55 |
| HSL | 275.68º | 0.93% | 0.23% | - |
| HSV(B) | 275.68º | 0.97% | 0.45% | - |
| XYZ | 5.66 | 2.63 | 16.43 | - |
| YUV | 36.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 115 | 0.39 | 0.97 | 0 | 0.55 | 275.68 | 0.93 | 0.23 |
| Hex | 46 | 4 | 73 | 27 | 61 | 0 | 37 | 114 | 5D | 17 |
| Octal | 106 | 4 | 163 | 47 | 141 | 0 | 67 | 424 | 135 | 27 |
| Binary | 1000110 | 100 | 1110011 | 100111 | 1100001 | 0 | 110111 | 100010100 | 1011101 | 10111 |
Color Harmonies of #460473
Complementary color
Monochromatic Colors of #460473
Black with #460473
Text Example
Text Example
White with #460473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460473; }
p { color: rgb(70,4,115); }
H1.HeaderClassName
{
color: #460473;
}
.AnyTagClassName
{
color: #460473;
}
</style>
background-color css
<style>
a { background-color: #460473; }
a { background-color: rgb(70,4,115); }
div.DivClassName
{
background-color: #460473;
}
.BgClassName
{
background-color: #460473;
}
</style>
border-color css
<style>
span { border-color: #460473; }
span { border-color: rgb(70,4,115); }
td.TdClassName
{
border-color: #460473;
}
.TagClassName
{
border-color: #460473;
}
</style>