Shades of Blue Diamond #472F60
Tints of Blue Diamond #472F60
RGB
CMYK
RGB Variations
Color information
#472F60 (or 0x472F60) is known color: Blue Diamond. HEX triplet: 47, 2F and 60. RGB value is (71,47,96). Sum of RGB (Red+Green+Blue) = 71+47+96=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #472F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F60 is #B8D09F. Grayscale: #3B3B3B. Windows color (decimal): -12112032 or 6303559. OLE color: 6303559.
HSL color Cylindrical-coordinate representation of color #472F60: hue angle of 269.39º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472F60 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 47 | 96 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.62 |
| HSL | 269.39º | 0.34% | 0.28% | - |
| HSV(B) | 269.39º | 0.51% | 0.38% | - |
| XYZ | 5.73 | 4.22 | 11.58 | - |
| YUV | 59.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 96 | 0.26 | 0.51 | 0 | 0.62 | 269.39 | 0.34 | 0.28 |
| Hex | 47 | 2F | 60 | 1A | 33 | 0 | 3E | 10D | 22 | 1C |
| Octal | 107 | 57 | 140 | 32 | 63 | 0 | 76 | 415 | 42 | 34 |
| Binary | 1000111 | 101111 | 1100000 | 11010 | 110011 | 0 | 111110 | 100001101 | 100010 | 11100 |
Color Harmonies of #472F60
Complementary color
Monochromatic Colors of #472F60
Black with #472F60
Text Example
Text Example
White with #472F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F60; }
p { color: rgb(71,47,96); }
H1.HeaderClassName
{
color: #472F60;
}
.AnyTagClassName
{
color: #472F60;
}
</style>
background-color css
<style>
a { background-color: #472F60; }
a { background-color: rgb(71,47,96); }
div.DivClassName
{
background-color: #472F60;
}
.BgClassName
{
background-color: #472F60;
}
</style>
border-color css
<style>
span { border-color: #472F60; }
span { border-color: rgb(71,47,96); }
td.TdClassName
{
border-color: #472F60;
}
.TagClassName
{
border-color: #472F60;
}
</style>