Shades of Blue Diamond #472F64
Tints of Blue Diamond #472F64
RGB
CMYK
RGB Variations
Color information
#472F64 (or 0x472F64) is known color: Blue Diamond. HEX triplet: 47, 2F and 64. RGB value is (71,47,100). Sum of RGB (Red+Green+Blue) = 71+47+100=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #472F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472F64 is #B8D09B. Grayscale: #3C3C3C. Windows color (decimal): -12112028 or 6565703. OLE color: 6565703.
HSL color Cylindrical-coordinate representation of color #472F64: hue angle of 267.17º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #472F64 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 47 | 100 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.61 |
| HSL | 267.17º | 0.36% | 0.29% | - |
| HSV(B) | 267.17º | 0.53% | 0.39% | - |
| XYZ | 5.92 | 4.29 | 12.57 | - |
| YUV | 60.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 100 | 0.29 | 0.53 | 0 | 0.61 | 267.17 | 0.36 | 0.29 |
| Hex | 47 | 2F | 64 | 1D | 35 | 0 | 3D | 10B | 24 | 1D |
| Octal | 107 | 57 | 144 | 35 | 65 | 0 | 75 | 413 | 44 | 35 |
| Binary | 1000111 | 101111 | 1100100 | 11101 | 110101 | 0 | 111101 | 100001011 | 100100 | 11101 |
Color Harmonies of #472F64
Complementary color
Monochromatic Colors of #472F64
Black with #472F64
Text Example
Text Example
White with #472F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F64; }
p { color: rgb(71,47,100); }
H1.HeaderClassName
{
color: #472F64;
}
.AnyTagClassName
{
color: #472F64;
}
</style>
background-color css
<style>
a { background-color: #472F64; }
a { background-color: rgb(71,47,100); }
div.DivClassName
{
background-color: #472F64;
}
.BgClassName
{
background-color: #472F64;
}
</style>
border-color css
<style>
span { border-color: #472F64; }
span { border-color: rgb(71,47,100); }
td.TdClassName
{
border-color: #472F64;
}
.TagClassName
{
border-color: #472F64;
}
</style>