Shades of Blue Diamond #472A71
Tints of Blue Diamond #472A71
RGB
CMYK
RGB Variations
Color information
#472A71 (or 0x472A71) is known color: Blue Diamond. HEX triplet: 47, 2A and 71. RGB value is (71,42,113). Sum of RGB (Red+Green+Blue) = 71+42+113=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #472A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A71 is #B8D58E. Grayscale: #3A3A3A. Windows color (decimal): -12113295 or 7416391. OLE color: 7416391.
HSL color Cylindrical-coordinate representation of color #472A71: hue angle of 264.51º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472A71 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 42 | 113 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.56 |
| HSL | 264.51º | 0.46% | 0.3% | - |
| HSV(B) | 264.51º | 0.63% | 0.44% | - |
| XYZ | 6.41 | 4.19 | 16.09 | - |
| YUV | 58.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 113 | 0.37 | 0.63 | 0 | 0.56 | 264.51 | 0.46 | 0.3 |
| Hex | 47 | 2A | 71 | 25 | 3F | 0 | 38 | 109 | 2E | 1E |
| Octal | 107 | 52 | 161 | 45 | 77 | 0 | 70 | 411 | 56 | 36 |
| Binary | 1000111 | 101010 | 1110001 | 100101 | 111111 | 0 | 111000 | 100001001 | 101110 | 11110 |
Color Harmonies of #472A71
Complementary color
Monochromatic Colors of #472A71
Black with #472A71
Text Example
Text Example
White with #472A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A71; }
p { color: rgb(71,42,113); }
H1.HeaderClassName
{
color: #472A71;
}
.AnyTagClassName
{
color: #472A71;
}
</style>
background-color css
<style>
a { background-color: #472A71; }
a { background-color: rgb(71,42,113); }
div.DivClassName
{
background-color: #472A71;
}
.BgClassName
{
background-color: #472A71;
}
</style>
border-color css
<style>
span { border-color: #472A71; }
span { border-color: rgb(71,42,113); }
td.TdClassName
{
border-color: #472A71;
}
.TagClassName
{
border-color: #472A71;
}
</style>