Shades of Blue Diamond #472D65
Tints of Blue Diamond #472D65
RGB
CMYK
RGB Variations
Color information
#472D65 (or 0x472D65) is known color: Blue Diamond. HEX triplet: 47, 2D and 65. RGB value is (71,45,101). Sum of RGB (Red+Green+Blue) = 71+45+101=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #472D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472D65 is #B8D29A. Grayscale: #3A3A3A. Windows color (decimal): -12112539 or 6630727. OLE color: 6630727.
HSL color Cylindrical-coordinate representation of color #472D65: hue angle of 267.86º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472D65 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 45 | 101 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.60 |
| HSL | 267.86º | 0.38% | 0.29% | - |
| HSV(B) | 267.86º | 0.55% | 0.4% | - |
| XYZ | 5.89 | 4.16 | 12.8 | - |
| YUV | 59.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 101 | 0.30 | 0.55 | 0 | 0.60 | 267.86 | 0.38 | 0.29 |
| Hex | 47 | 2D | 65 | 1E | 37 | 0 | 3C | 10C | 26 | 1D |
| Octal | 107 | 55 | 145 | 36 | 67 | 0 | 74 | 414 | 46 | 35 |
| Binary | 1000111 | 101101 | 1100101 | 11110 | 110111 | 0 | 111100 | 100001100 | 100110 | 11101 |
Color Harmonies of #472D65
Complementary color
Monochromatic Colors of #472D65
Black with #472D65
Text Example
Text Example
White with #472D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D65; }
p { color: rgb(71,45,101); }
H1.HeaderClassName
{
color: #472D65;
}
.AnyTagClassName
{
color: #472D65;
}
</style>
background-color css
<style>
a { background-color: #472D65; }
a { background-color: rgb(71,45,101); }
div.DivClassName
{
background-color: #472D65;
}
.BgClassName
{
background-color: #472D65;
}
</style>
border-color css
<style>
span { border-color: #472D65; }
span { border-color: rgb(71,45,101); }
td.TdClassName
{
border-color: #472D65;
}
.TagClassName
{
border-color: #472D65;
}
</style>