Shades of Blue Diamond #472E61
Tints of Blue Diamond #472E61
RGB
CMYK
RGB Variations
Color information
#472E61 (or 0x472E61) is known color: Blue Diamond. HEX triplet: 47, 2E and 61. RGB value is (71,46,97). Sum of RGB (Red+Green+Blue) = 71+46+97=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 97 - color contains mainly: blue. Hex color #472E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E61 is #B8D19E. Grayscale: #3B3B3B. Windows color (decimal): -12112287 or 6368839. OLE color: 6368839.
HSL color Cylindrical-coordinate representation of color #472E61: hue angle of 269.41º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #472E61 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 46 | 97 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.62 |
| HSL | 269.41º | 0.36% | 0.28% | - |
| HSV(B) | 269.41º | 0.53% | 0.38% | - |
| XYZ | 5.73 | 4.16 | 11.81 | - |
| YUV | 59.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 97 | 0.27 | 0.53 | 0 | 0.62 | 269.41 | 0.36 | 0.28 |
| Hex | 47 | 2E | 61 | 1B | 35 | 0 | 3E | 10D | 24 | 1C |
| Octal | 107 | 56 | 141 | 33 | 65 | 0 | 76 | 415 | 44 | 34 |
| Binary | 1000111 | 101110 | 1100001 | 11011 | 110101 | 0 | 111110 | 100001101 | 100100 | 11100 |
Color Harmonies of #472E61
Complementary color
Monochromatic Colors of #472E61
Black with #472E61
Text Example
Text Example
White with #472E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E61; }
p { color: rgb(71,46,97); }
H1.HeaderClassName
{
color: #472E61;
}
.AnyTagClassName
{
color: #472E61;
}
</style>
background-color css
<style>
a { background-color: #472E61; }
a { background-color: rgb(71,46,97); }
div.DivClassName
{
background-color: #472E61;
}
.BgClassName
{
background-color: #472E61;
}
</style>
border-color css
<style>
span { border-color: #472E61; }
span { border-color: rgb(71,46,97); }
td.TdClassName
{
border-color: #472E61;
}
.TagClassName
{
border-color: #472E61;
}
</style>