Shades of Blue Diamond #462C63
Tints of Blue Diamond #462C63
RGB
CMYK
RGB Variations
Color information
#462C63 (or 0x462C63) is known color: Blue Diamond. HEX triplet: 46, 2C and 63. RGB value is (70,44,99). Sum of RGB (Red+Green+Blue) = 70+44+99=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #462C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C63 is #B9D39C. Grayscale: #393939. Windows color (decimal): -12178333 or 6499398. OLE color: 6499398.
HSL color Cylindrical-coordinate representation of color #462C63: hue angle of 268.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #462C63 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 44 | 99 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.61 |
| HSL | 268.36º | 0.38% | 0.28% | - |
| HSV(B) | 268.36º | 0.56% | 0.39% | - |
| XYZ | 5.68 | 4 | 12.28 | - |
| YUV | 58.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 99 | 0.29 | 0.56 | 0 | 0.61 | 268.36 | 0.38 | 0.28 |
| Hex | 46 | 2C | 63 | 1D | 38 | 0 | 3D | 10C | 26 | 1C |
| Octal | 106 | 54 | 143 | 35 | 70 | 0 | 75 | 414 | 46 | 34 |
| Binary | 1000110 | 101100 | 1100011 | 11101 | 111000 | 0 | 111101 | 100001100 | 100110 | 11100 |
Color Harmonies of #462C63
Complementary color
Monochromatic Colors of #462C63
Black with #462C63
Text Example
Text Example
White with #462C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C63; }
p { color: rgb(70,44,99); }
H1.HeaderClassName
{
color: #462C63;
}
.AnyTagClassName
{
color: #462C63;
}
</style>
background-color css
<style>
a { background-color: #462C63; }
a { background-color: rgb(70,44,99); }
div.DivClassName
{
background-color: #462C63;
}
.BgClassName
{
background-color: #462C63;
}
</style>
border-color css
<style>
span { border-color: #462C63; }
span { border-color: rgb(70,44,99); }
td.TdClassName
{
border-color: #462C63;
}
.TagClassName
{
border-color: #462C63;
}
</style>