Shades of Blue Diamond #462166
Tints of Blue Diamond #462166
RGB
CMYK
RGB Variations
Color information
#462166 (or 0x462166) is known color: Blue Diamond. HEX triplet: 46, 21 and 66. RGB value is (70,33,102). Sum of RGB (Red+Green+Blue) = 70+33+102=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #462166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462166 is #B9DE99. Grayscale: #333333. Windows color (decimal): -12181146 or 6693190. OLE color: 6693190.
HSL color Cylindrical-coordinate representation of color #462166: hue angle of 272.17º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #462166 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 33 | 102 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.6 |
| HSL | 272.17º | 0.51% | 0.26% | - |
| HSV(B) | 272.17º | 0.68% | 0.4% | - |
| XYZ | 5.47 | 3.35 | 12.93 | - |
| YUV | 51.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 102 | 0.31 | 0.68 | 0 | 0.6 | 272.17 | 0.51 | 0.26 |
| Hex | 46 | 21 | 66 | 1F | 44 | 0 | 3C | 110 | 33 | 1A |
| Octal | 106 | 41 | 146 | 37 | 104 | 0 | 74 | 420 | 63 | 32 |
| Binary | 1000110 | 100001 | 1100110 | 11111 | 1000100 | 0 | 111100 | 100010000 | 110011 | 11010 |
Color Harmonies of #462166
Complementary color
Monochromatic Colors of #462166
Black with #462166
Text Example
Text Example
White with #462166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462166; }
p { color: rgb(70,33,102); }
H1.HeaderClassName
{
color: #462166;
}
.AnyTagClassName
{
color: #462166;
}
</style>
background-color css
<style>
a { background-color: #462166; }
a { background-color: rgb(70,33,102); }
div.DivClassName
{
background-color: #462166;
}
.BgClassName
{
background-color: #462166;
}
</style>
border-color css
<style>
span { border-color: #462166; }
span { border-color: rgb(70,33,102); }
td.TdClassName
{
border-color: #462166;
}
.TagClassName
{
border-color: #462166;
}
</style>