Shades of Blue Diamond #462C62
Tints of Blue Diamond #462C62
RGB
CMYK
RGB Variations
Color information
#462C62 (or 0x462C62) is known color: Blue Diamond. HEX triplet: 46, 2C and 62. RGB value is (70,44,98). Sum of RGB (Red+Green+Blue) = 70+44+98=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #462C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C62 is #B9D39D. Grayscale: #393939. Windows color (decimal): -12178334 or 6433862. OLE color: 6433862.
HSL color Cylindrical-coordinate representation of color #462C62: hue angle of 268.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #462C62 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 44 | 98 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.62 |
| HSL | 268.89º | 0.38% | 0.28% | - |
| HSV(B) | 268.89º | 0.55% | 0.38% | - |
| XYZ | 5.63 | 3.99 | 12.03 | - |
| YUV | 57.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 98 | 0.29 | 0.55 | 0 | 0.62 | 268.89 | 0.38 | 0.28 |
| Hex | 46 | 2C | 62 | 1D | 37 | 0 | 3E | 10D | 26 | 1C |
| Octal | 106 | 54 | 142 | 35 | 67 | 0 | 76 | 415 | 46 | 34 |
| Binary | 1000110 | 101100 | 1100010 | 11101 | 110111 | 0 | 111110 | 100001101 | 100110 | 11100 |
Color Harmonies of #462C62
Complementary color
Monochromatic Colors of #462C62
Black with #462C62
Text Example
Text Example
White with #462C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C62; }
p { color: rgb(70,44,98); }
H1.HeaderClassName
{
color: #462C62;
}
.AnyTagClassName
{
color: #462C62;
}
</style>
background-color css
<style>
a { background-color: #462C62; }
a { background-color: rgb(70,44,98); }
div.DivClassName
{
background-color: #462C62;
}
.BgClassName
{
background-color: #462C62;
}
</style>
border-color css
<style>
span { border-color: #462C62; }
span { border-color: rgb(70,44,98); }
td.TdClassName
{
border-color: #462C62;
}
.TagClassName
{
border-color: #462C62;
}
</style>