Shades of Blue Diamond #462A70
Tints of Blue Diamond #462A70
RGB
CMYK
RGB Variations
Color information
#462A70 (or 0x462A70) is known color: Blue Diamond. HEX triplet: 46, 2A and 70. RGB value is (70,42,112). Sum of RGB (Red+Green+Blue) = 70+42+112=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #462A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A70 is #B9D58F. Grayscale: #3A3A3A. Windows color (decimal): -12178832 or 7350854. OLE color: 7350854.
HSL color Cylindrical-coordinate representation of color #462A70: hue angle of 264º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #462A70 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 42 | 112 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.56 |
| HSL | 264º | 0.45% | 0.3% | - |
| HSV(B) | 264º | 0.63% | 0.44% | - |
| XYZ | 6.28 | 4.13 | 15.8 | - |
| YUV | 58.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 112 | 0.38 | 0.62 | 0 | 0.56 | 264 | 0.45 | 0.3 |
| Hex | 46 | 2A | 70 | 26 | 3E | 0 | 38 | 108 | 2D | 1E |
| Octal | 106 | 52 | 160 | 46 | 76 | 0 | 70 | 410 | 55 | 36 |
| Binary | 1000110 | 101010 | 1110000 | 100110 | 111110 | 0 | 111000 | 100001000 | 101101 | 11110 |
Color Harmonies of #462A70
Complementary color
Monochromatic Colors of #462A70
Black with #462A70
Text Example
Text Example
White with #462A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A70; }
p { color: rgb(70,42,112); }
H1.HeaderClassName
{
color: #462A70;
}
.AnyTagClassName
{
color: #462A70;
}
</style>
background-color css
<style>
a { background-color: #462A70; }
a { background-color: rgb(70,42,112); }
div.DivClassName
{
background-color: #462A70;
}
.BgClassName
{
background-color: #462A70;
}
</style>
border-color css
<style>
span { border-color: #462A70; }
span { border-color: rgb(70,42,112); }
td.TdClassName
{
border-color: #462A70;
}
.TagClassName
{
border-color: #462A70;
}
</style>