Shades of Blue Diamond #472E70
Tints of Blue Diamond #472E70
RGB
CMYK
RGB Variations
Color information
#472E70 (or 0x472E70) is known color: Blue Diamond. HEX triplet: 47, 2E and 70. RGB value is (71,46,112). Sum of RGB (Red+Green+Blue) = 71+46+112=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #472E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472E70 is #B8D18F. Grayscale: #3C3C3C. Windows color (decimal): -12112272 or 7351879. OLE color: 7351879.
HSL color Cylindrical-coordinate representation of color #472E70: hue angle of 262.73º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #472E70 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 46 | 112 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.56 |
| HSL | 262.73º | 0.42% | 0.31% | - |
| HSV(B) | 262.73º | 0.59% | 0.44% | - |
| XYZ | 6.5 | 4.46 | 15.85 | - |
| YUV | 61 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 112 | 0.37 | 0.59 | 0 | 0.56 | 262.73 | 0.42 | 0.31 |
| Hex | 47 | 2E | 70 | 25 | 3B | 0 | 38 | 107 | 2A | 1F |
| Octal | 107 | 56 | 160 | 45 | 73 | 0 | 70 | 407 | 52 | 37 |
| Binary | 1000111 | 101110 | 1110000 | 100101 | 111011 | 0 | 111000 | 100000111 | 101010 | 11111 |
Color Harmonies of #472E70
Complementary color
Monochromatic Colors of #472E70
Black with #472E70
Text Example
Text Example
White with #472E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E70; }
p { color: rgb(71,46,112); }
H1.HeaderClassName
{
color: #472E70;
}
.AnyTagClassName
{
color: #472E70;
}
</style>
background-color css
<style>
a { background-color: #472E70; }
a { background-color: rgb(71,46,112); }
div.DivClassName
{
background-color: #472E70;
}
.BgClassName
{
background-color: #472E70;
}
</style>
border-color css
<style>
span { border-color: #472E70; }
span { border-color: rgb(71,46,112); }
td.TdClassName
{
border-color: #472E70;
}
.TagClassName
{
border-color: #472E70;
}
</style>