Shades of Blue Diamond #462B70
Tints of Blue Diamond #462B70
RGB
CMYK
RGB Variations
Color information
#462B70 (or 0x462B70) is known color: Blue Diamond. HEX triplet: 46, 2B and 70. RGB value is (70,43,112). Sum of RGB (Red+Green+Blue) = 70+43+112=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #462B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B70 is #B9D48F. Grayscale: #3A3A3A. Windows color (decimal): -12178576 or 7351110. OLE color: 7351110.
HSL color Cylindrical-coordinate representation of color #462B70: hue angle of 263.48º 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 #462B70 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 43 | 112 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.56 |
| HSL | 263.48º | 0.45% | 0.3% | - |
| HSV(B) | 263.48º | 0.62% | 0.44% | - |
| XYZ | 6.31 | 4.2 | 15.81 | - |
| YUV | 58.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 112 | 0.38 | 0.62 | 0 | 0.56 | 263.48 | 0.45 | 0.3 |
| Hex | 46 | 2B | 70 | 26 | 3E | 0 | 38 | 107 | 2D | 1E |
| Octal | 106 | 53 | 160 | 46 | 76 | 0 | 70 | 407 | 55 | 36 |
| Binary | 1000110 | 101011 | 1110000 | 100110 | 111110 | 0 | 111000 | 100000111 | 101101 | 11110 |
Color Harmonies of #462B70
Complementary color
Monochromatic Colors of #462B70
Black with #462B70
Text Example
Text Example
White with #462B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462B70; }
p { color: rgb(70,43,112); }
H1.HeaderClassName
{
color: #462B70;
}
.AnyTagClassName
{
color: #462B70;
}
</style>
background-color css
<style>
a { background-color: #462B70; }
a { background-color: rgb(70,43,112); }
div.DivClassName
{
background-color: #462B70;
}
.BgClassName
{
background-color: #462B70;
}
</style>
border-color css
<style>
span { border-color: #462B70; }
span { border-color: rgb(70,43,112); }
td.TdClassName
{
border-color: #462B70;
}
.TagClassName
{
border-color: #462B70;
}
</style>