Shades of Blue Diamond #462866
Tints of Blue Diamond #462866
RGB
CMYK
RGB Variations
Color information
#462866 (or 0x462866) is known color: Blue Diamond. HEX triplet: 46, 28 and 66. RGB value is (70,40,102). Sum of RGB (Red+Green+Blue) = 70+40+102=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #462866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462866 is #B9D799. Grayscale: #373737. Windows color (decimal): -12179354 or 6694982. OLE color: 6694982.
HSL color Cylindrical-coordinate representation of color #462866: hue angle of 269.03º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #462866 is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 40 | 102 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.6 |
| HSL | 269.03º | 0.44% | 0.28% | - |
| HSV(B) | 269.03º | 0.61% | 0.4% | - |
| XYZ | 5.68 | 3.78 | 13 | - |
| YUV | 56.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 102 | 0.31 | 0.61 | 0 | 0.6 | 269.03 | 0.44 | 0.28 |
| Hex | 46 | 28 | 66 | 1F | 3D | 0 | 3C | 10D | 2C | 1C |
| Octal | 106 | 50 | 146 | 37 | 75 | 0 | 74 | 415 | 54 | 34 |
| Binary | 1000110 | 101000 | 1100110 | 11111 | 111101 | 0 | 111100 | 100001101 | 101100 | 11100 |
Color Harmonies of #462866
Complementary color
Monochromatic Colors of #462866
Black with #462866
Text Example
Text Example
White with #462866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462866; }
p { color: rgb(70,40,102); }
H1.HeaderClassName
{
color: #462866;
}
.AnyTagClassName
{
color: #462866;
}
</style>
background-color css
<style>
a { background-color: #462866; }
a { background-color: rgb(70,40,102); }
div.DivClassName
{
background-color: #462866;
}
.BgClassName
{
background-color: #462866;
}
</style>
border-color css
<style>
span { border-color: #462866; }
span { border-color: rgb(70,40,102); }
td.TdClassName
{
border-color: #462866;
}
.TagClassName
{
border-color: #462866;
}
</style>