Shades of Blue Diamond #462F5F
Tints of Blue Diamond #462F5F
RGB
CMYK
RGB Variations
Color information
#462F5F (or 0x462F5F) is known color: Blue Diamond. HEX triplet: 46, 2F and 5F. RGB value is (70,47,95). Sum of RGB (Red+Green+Blue) = 70+47+95=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 95 - color contains mainly: blue. Hex color #462F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F5F is #B9D0A0. Grayscale: #3B3B3B. Windows color (decimal): -12177569 or 6238022. OLE color: 6238022.
HSL color Cylindrical-coordinate representation of color #462F5F: hue angle of 268.75º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #462F5F is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 47 | 95 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.63 |
| HSL | 268.75º | 0.34% | 0.28% | - |
| HSV(B) | 268.75º | 0.51% | 0.37% | - |
| XYZ | 5.61 | 4.16 | 11.33 | - |
| YUV | 59.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 95 | 0.26 | 0.51 | 0 | 0.63 | 268.75 | 0.34 | 0.28 |
| Hex | 46 | 2F | 5F | 1A | 33 | 0 | 3F | 10D | 22 | 1C |
| Octal | 106 | 57 | 137 | 32 | 63 | 0 | 77 | 415 | 42 | 34 |
| Binary | 1000110 | 101111 | 1011111 | 11010 | 110011 | 0 | 111111 | 100001101 | 100010 | 11100 |
Color Harmonies of #462F5F
Complementary color
Monochromatic Colors of #462F5F
Black with #462F5F
Text Example
Text Example
White with #462F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F5F; }
p { color: rgb(70,47,95); }
H1.HeaderClassName
{
color: #462F5F;
}
.AnyTagClassName
{
color: #462F5F;
}
</style>
background-color css
<style>
a { background-color: #462F5F; }
a { background-color: rgb(70,47,95); }
div.DivClassName
{
background-color: #462F5F;
}
.BgClassName
{
background-color: #462F5F;
}
</style>
border-color css
<style>
span { border-color: #462F5F; }
span { border-color: rgb(70,47,95); }
td.TdClassName
{
border-color: #462F5F;
}
.TagClassName
{
border-color: #462F5F;
}
</style>