Shades of Indigo #460469
Tints of Indigo #460469
RGB
CMYK
RGB Variations
Color information
#460469 (or 0x460469) is known color: Indigo. HEX triplet: 46, 04 and 69. RGB value is (70,4,105). Sum of RGB (Red+Green+Blue) = 70+4+105=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #460469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460469 is #B9FB96. Grayscale: #222222. Windows color (decimal): -12188567 or 6882374. OLE color: 6882374.
HSL color Cylindrical-coordinate representation of color #460469: hue angle of 279.21º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460469 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 4 | 105 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.59 |
| HSL | 279.21º | 0.93% | 0.21% | - |
| HSV(B) | 279.21º | 0.96% | 0.41% | - |
| XYZ | 5.12 | 2.41 | 13.56 | - |
| YUV | 35.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 105 | 0.33 | 0.96 | 0 | 0.59 | 279.21 | 0.93 | 0.21 |
| Hex | 46 | 4 | 69 | 21 | 60 | 0 | 3B | 117 | 5D | 15 |
| Octal | 106 | 4 | 151 | 41 | 140 | 0 | 73 | 427 | 135 | 25 |
| Binary | 1000110 | 100 | 1101001 | 100001 | 1100000 | 0 | 111011 | 100010111 | 1011101 | 10101 |
Color Harmonies of #460469
Complementary color
Monochromatic Colors of #460469
Black with #460469
Text Example
Text Example
White with #460469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460469; }
p { color: rgb(70,4,105); }
H1.HeaderClassName
{
color: #460469;
}
.AnyTagClassName
{
color: #460469;
}
</style>
background-color css
<style>
a { background-color: #460469; }
a { background-color: rgb(70,4,105); }
div.DivClassName
{
background-color: #460469;
}
.BgClassName
{
background-color: #460469;
}
</style>
border-color css
<style>
span { border-color: #460469; }
span { border-color: rgb(70,4,105); }
td.TdClassName
{
border-color: #460469;
}
.TagClassName
{
border-color: #460469;
}
</style>