Shades of Blue Diamond #462B63
Tints of Blue Diamond #462B63
RGB
CMYK
RGB Variations
Color information
#462B63 (or 0x462B63) is known color: Blue Diamond. HEX triplet: 46, 2B and 63. RGB value is (70,43,99). Sum of RGB (Red+Green+Blue) = 70+43+99=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #462B63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B63 is #B9D49C. Grayscale: #393939. Windows color (decimal): -12178589 or 6499142. OLE color: 6499142.
HSL color Cylindrical-coordinate representation of color #462B63: hue angle of 268.93º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #462B63 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 43 | 99 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.61 |
| HSL | 268.93º | 0.39% | 0.28% | - |
| HSV(B) | 268.93º | 0.57% | 0.39% | - |
| XYZ | 5.64 | 3.93 | 12.27 | - |
| YUV | 57.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 99 | 0.29 | 0.57 | 0 | 0.61 | 268.93 | 0.39 | 0.28 |
| Hex | 46 | 2B | 63 | 1D | 39 | 0 | 3D | 10D | 27 | 1C |
| Octal | 106 | 53 | 143 | 35 | 71 | 0 | 75 | 415 | 47 | 34 |
| Binary | 1000110 | 101011 | 1100011 | 11101 | 111001 | 0 | 111101 | 100001101 | 100111 | 11100 |
Color Harmonies of #462B63
Complementary color
Monochromatic Colors of #462B63
Black with #462B63
Text Example
Text Example
White with #462B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462B63; }
p { color: rgb(70,43,99); }
H1.HeaderClassName
{
color: #462B63;
}
.AnyTagClassName
{
color: #462B63;
}
</style>
background-color css
<style>
a { background-color: #462B63; }
a { background-color: rgb(70,43,99); }
div.DivClassName
{
background-color: #462B63;
}
.BgClassName
{
background-color: #462B63;
}
</style>
border-color css
<style>
span { border-color: #462B63; }
span { border-color: rgb(70,43,99); }
td.TdClassName
{
border-color: #462B63;
}
.TagClassName
{
border-color: #462B63;
}
</style>