Shades of Blue Diamond #472863
Tints of Blue Diamond #472863
RGB
CMYK
RGB Variations
Color information
#472863 (or 0x472863) is known color: Blue Diamond. HEX triplet: 47, 28 and 63. RGB value is (71,40,99). Sum of RGB (Red+Green+Blue) = 71+40+99=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 40 (16.02% from 255 or 19.05% 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 #472863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472863 is #B8D79C. Grayscale: #373737. Windows color (decimal): -12113821 or 6498375. OLE color: 6498375.
HSL color Cylindrical-coordinate representation of color #472863: hue angle of 271.53º 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 #472863 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 40 | 99 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.61 |
| HSL | 271.53º | 0.42% | 0.27% | - |
| HSV(B) | 271.53º | 0.6% | 0.39% | - |
| XYZ | 5.61 | 3.76 | 12.23 | - |
| YUV | 56 | 152.27 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 99 | 0.28 | 0.60 | 0 | 0.61 | 271.53 | 0.42 | 0.27 |
| Hex | 47 | 28 | 63 | 1C | 3C | 0 | 3D | 110 | 2A | 1B |
| Octal | 107 | 50 | 143 | 34 | 74 | 0 | 75 | 420 | 52 | 33 |
| Binary | 1000111 | 101000 | 1100011 | 11100 | 111100 | 0 | 111101 | 100010000 | 101010 | 11011 |
Color Harmonies of #472863
Complementary color
Monochromatic Colors of #472863
Black with #472863
Text Example
Text Example
White with #472863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472863; }
p { color: rgb(71,40,99); }
H1.HeaderClassName
{
color: #472863;
}
.AnyTagClassName
{
color: #472863;
}
</style>
background-color css
<style>
a { background-color: #472863; }
a { background-color: rgb(71,40,99); }
div.DivClassName
{
background-color: #472863;
}
.BgClassName
{
background-color: #472863;
}
</style>
border-color css
<style>
span { border-color: #472863; }
span { border-color: rgb(71,40,99); }
td.TdClassName
{
border-color: #472863;
}
.TagClassName
{
border-color: #472863;
}
</style>