Shades of Blue Diamond #462963
Tints of Blue Diamond #462963
RGB
CMYK
RGB Variations
Color information
#462963 (or 0x462963) is known color: Blue Diamond. HEX triplet: 46, 29 and 63. RGB value is (70,41,99). Sum of RGB (Red+Green+Blue) = 70+41+99=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #462963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462963 is #B9D69C. Grayscale: #383838. Windows color (decimal): -12179101 or 6498630. OLE color: 6498630.
HSL color Cylindrical-coordinate representation of color #462963: hue angle of 270º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462963 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 41 | 99 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.61 |
| HSL | 270º | 0.41% | 0.27% | - |
| HSV(B) | 270º | 0.59% | 0.39% | - |
| XYZ | 5.57 | 3.79 | 12.24 | - |
| YUV | 56.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 41 | 99 | 0.29 | 0.59 | 0 | 0.61 | 270 | 0.41 | 0.27 |
| Hex | 46 | 29 | 63 | 1D | 3B | 0 | 3D | 10E | 29 | 1B |
| Octal | 106 | 51 | 143 | 35 | 73 | 0 | 75 | 416 | 51 | 33 |
| Binary | 1000110 | 101001 | 1100011 | 11101 | 111011 | 0 | 111101 | 100001110 | 101001 | 11011 |
Color Harmonies of #462963
Complementary color
Monochromatic Colors of #462963
Black with #462963
Text Example
Text Example
White with #462963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462963; }
p { color: rgb(70,41,99); }
H1.HeaderClassName
{
color: #462963;
}
.AnyTagClassName
{
color: #462963;
}
</style>
background-color css
<style>
a { background-color: #462963; }
a { background-color: rgb(70,41,99); }
div.DivClassName
{
background-color: #462963;
}
.BgClassName
{
background-color: #462963;
}
</style>
border-color css
<style>
span { border-color: #462963; }
span { border-color: rgb(70,41,99); }
td.TdClassName
{
border-color: #462963;
}
.TagClassName
{
border-color: #462963;
}
</style>