Shades of Blue Diamond #472865
Tints of Blue Diamond #472865
RGB
CMYK
RGB Variations
Color information
#472865 (or 0x472865) is known color: Blue Diamond. HEX triplet: 47, 28 and 65. RGB value is (71,40,101). Sum of RGB (Red+Green+Blue) = 71+40+101=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #472865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472865 is #B8D79A. Grayscale: #383838. Windows color (decimal): -12113819 or 6629447. OLE color: 6629447.
HSL color Cylindrical-coordinate representation of color #472865: hue angle of 270.49º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #472865 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 40 | 101 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.60 |
| HSL | 270.49º | 0.43% | 0.28% | - |
| HSV(B) | 270.49º | 0.6% | 0.4% | - |
| XYZ | 5.71 | 3.8 | 12.74 | - |
| YUV | 56.22 | 153.27 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 40 | 101 | 0.30 | 0.60 | 0 | 0.60 | 270.49 | 0.43 | 0.28 |
| Hex | 47 | 28 | 65 | 1E | 3C | 0 | 3C | 10E | 2B | 1C |
| Octal | 107 | 50 | 145 | 36 | 74 | 0 | 74 | 416 | 53 | 34 |
| Binary | 1000111 | 101000 | 1100101 | 11110 | 111100 | 0 | 111100 | 100001110 | 101011 | 11100 |
Color Harmonies of #472865
Complementary color
Monochromatic Colors of #472865
Black with #472865
Text Example
Text Example
White with #472865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472865; }
p { color: rgb(71,40,101); }
H1.HeaderClassName
{
color: #472865;
}
.AnyTagClassName
{
color: #472865;
}
</style>
background-color css
<style>
a { background-color: #472865; }
a { background-color: rgb(71,40,101); }
div.DivClassName
{
background-color: #472865;
}
.BgClassName
{
background-color: #472865;
}
</style>
border-color css
<style>
span { border-color: #472865; }
span { border-color: rgb(71,40,101); }
td.TdClassName
{
border-color: #472865;
}
.TagClassName
{
border-color: #472865;
}
</style>