Shades of Blue Diamond #462763
Tints of Blue Diamond #462763
RGB
CMYK
RGB Variations
Color information
#462763 (or 0x462763) is known color: Blue Diamond. HEX triplet: 46, 27 and 63. RGB value is (70,39,99). Sum of RGB (Red+Green+Blue) = 70+39+99=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #462763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462763 is #B9D89C. Grayscale: #363636. Windows color (decimal): -12179613 or 6498118. OLE color: 6498118.
HSL color Cylindrical-coordinate representation of color #462763: hue angle of 271º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #462763 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 39 | 99 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.61 |
| HSL | 271º | 0.43% | 0.27% | - |
| HSV(B) | 271º | 0.61% | 0.39% | - |
| XYZ | 5.5 | 3.65 | 12.22 | - |
| YUV | 55.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 99 | 0.29 | 0.61 | 0 | 0.61 | 271 | 0.43 | 0.27 |
| Hex | 46 | 27 | 63 | 1D | 3D | 0 | 3D | 10F | 2B | 1B |
| Octal | 106 | 47 | 143 | 35 | 75 | 0 | 75 | 417 | 53 | 33 |
| Binary | 1000110 | 100111 | 1100011 | 11101 | 111101 | 0 | 111101 | 100001111 | 101011 | 11011 |
Color Harmonies of #462763
Complementary color
Monochromatic Colors of #462763
Black with #462763
Text Example
Text Example
White with #462763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462763; }
p { color: rgb(70,39,99); }
H1.HeaderClassName
{
color: #462763;
}
.AnyTagClassName
{
color: #462763;
}
</style>
background-color css
<style>
a { background-color: #462763; }
a { background-color: rgb(70,39,99); }
div.DivClassName
{
background-color: #462763;
}
.BgClassName
{
background-color: #462763;
}
</style>
border-color css
<style>
span { border-color: #462763; }
span { border-color: rgb(70,39,99); }
td.TdClassName
{
border-color: #462763;
}
.TagClassName
{
border-color: #462763;
}
</style>