Shades of Blue Diamond #472D66
Tints of Blue Diamond #472D66
RGB
CMYK
RGB Variations
Color information
#472D66 (or 0x472D66) is known color: Blue Diamond. HEX triplet: 47, 2D and 66. RGB value is (71,45,102). Sum of RGB (Red+Green+Blue) = 71+45+102=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #472D66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D66 is #B8D299. Grayscale: #3B3B3B. Windows color (decimal): -12112538 or 6696263. OLE color: 6696263.
HSL color Cylindrical-coordinate representation of color #472D66: hue angle of 267.37º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #472D66 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 45 | 102 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.6 |
| HSL | 267.37º | 0.39% | 0.29% | - |
| HSV(B) | 267.37º | 0.56% | 0.4% | - |
| XYZ | 5.94 | 4.18 | 13.06 | - |
| YUV | 59.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 102 | 0.30 | 0.56 | 0 | 0.6 | 267.37 | 0.39 | 0.29 |
| Hex | 47 | 2D | 66 | 1E | 38 | 0 | 3C | 10B | 27 | 1D |
| Octal | 107 | 55 | 146 | 36 | 70 | 0 | 74 | 413 | 47 | 35 |
| Binary | 1000111 | 101101 | 1100110 | 11110 | 111000 | 0 | 111100 | 100001011 | 100111 | 11101 |
Color Harmonies of #472D66
Complementary color
Monochromatic Colors of #472D66
Black with #472D66
Text Example
Text Example
White with #472D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D66; }
p { color: rgb(71,45,102); }
H1.HeaderClassName
{
color: #472D66;
}
.AnyTagClassName
{
color: #472D66;
}
</style>
background-color css
<style>
a { background-color: #472D66; }
a { background-color: rgb(71,45,102); }
div.DivClassName
{
background-color: #472D66;
}
.BgClassName
{
background-color: #472D66;
}
</style>
border-color css
<style>
span { border-color: #472D66; }
span { border-color: rgb(71,45,102); }
td.TdClassName
{
border-color: #472D66;
}
.TagClassName
{
border-color: #472D66;
}
</style>