Shades of Blue Diamond #462863
Tints of Blue Diamond #462863
RGB
CMYK
RGB Variations
Color information
#462863 (or 0x462863) is known color: Blue Diamond. HEX triplet: 46, 28 and 63. RGB value is (70,40,99). Sum of RGB (Red+Green+Blue) = 70+40+99=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #462863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462863 is #B9D79C. Grayscale: #373737. Windows color (decimal): -12179357 or 6498374. OLE color: 6498374.
HSL color Cylindrical-coordinate representation of color #462863: hue angle of 270.51º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #462863 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 40 | 99 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.61 |
| HSL | 270.51º | 0.42% | 0.27% | - |
| HSV(B) | 270.51º | 0.6% | 0.39% | - |
| XYZ | 5.54 | 3.72 | 12.23 | - |
| YUV | 55.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 99 | 0.29 | 0.60 | 0 | 0.61 | 270.51 | 0.42 | 0.27 |
| Hex | 46 | 28 | 63 | 1D | 3C | 0 | 3D | 10F | 2A | 1B |
| Octal | 106 | 50 | 143 | 35 | 74 | 0 | 75 | 417 | 52 | 33 |
| Binary | 1000110 | 101000 | 1100011 | 11101 | 111100 | 0 | 111101 | 100001111 | 101010 | 11011 |
Color Harmonies of #462863
Complementary color
Monochromatic Colors of #462863
Black with #462863
Text Example
Text Example
White with #462863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462863; }
p { color: rgb(70,40,99); }
H1.HeaderClassName
{
color: #462863;
}
.AnyTagClassName
{
color: #462863;
}
</style>
background-color css
<style>
a { background-color: #462863; }
a { background-color: rgb(70,40,99); }
div.DivClassName
{
background-color: #462863;
}
.BgClassName
{
background-color: #462863;
}
</style>
border-color css
<style>
span { border-color: #462863; }
span { border-color: rgb(70,40,99); }
td.TdClassName
{
border-color: #462863;
}
.TagClassName
{
border-color: #462863;
}
</style>