Shades of Blue Diamond #462D66
Tints of Blue Diamond #462D66
RGB
CMYK
RGB Variations
Color information
#462D66 (or 0x462D66) is known color: Blue Diamond. HEX triplet: 46, 2D and 66. RGB value is (70,45,102). Sum of RGB (Red+Green+Blue) = 70+45+102=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #462D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D66 is #B9D299. Grayscale: #3A3A3A. Windows color (decimal): -12178074 or 6696262. OLE color: 6696262.
HSL color Cylindrical-coordinate representation of color #462D66: hue angle of 266.32º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #462D66 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 45 | 102 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.6 |
| HSL | 266.32º | 0.39% | 0.29% | - |
| HSV(B) | 266.32º | 0.56% | 0.4% | - |
| XYZ | 5.86 | 4.14 | 13.06 | - |
| YUV | 58.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 102 | 0.31 | 0.56 | 0 | 0.6 | 266.32 | 0.39 | 0.29 |
| Hex | 46 | 2D | 66 | 1F | 38 | 0 | 3C | 10A | 27 | 1D |
| Octal | 106 | 55 | 146 | 37 | 70 | 0 | 74 | 412 | 47 | 35 |
| Binary | 1000110 | 101101 | 1100110 | 11111 | 111000 | 0 | 111100 | 100001010 | 100111 | 11101 |
Color Harmonies of #462D66
Complementary color
Monochromatic Colors of #462D66
Black with #462D66
Text Example
Text Example
White with #462D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D66; }
p { color: rgb(70,45,102); }
H1.HeaderClassName
{
color: #462D66;
}
.AnyTagClassName
{
color: #462D66;
}
</style>
background-color css
<style>
a { background-color: #462D66; }
a { background-color: rgb(70,45,102); }
div.DivClassName
{
background-color: #462D66;
}
.BgClassName
{
background-color: #462D66;
}
</style>
border-color css
<style>
span { border-color: #462D66; }
span { border-color: rgb(70,45,102); }
td.TdClassName
{
border-color: #462D66;
}
.TagClassName
{
border-color: #462D66;
}
</style>