Shades of Blue Diamond #472564
Tints of Blue Diamond #472564
RGB
CMYK
RGB Variations
Color information
#472564 (or 0x472564) is known color: Blue Diamond. HEX triplet: 47, 25 and 64. RGB value is (71,37,100). Sum of RGB (Red+Green+Blue) = 71+37+100=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #472564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472564 is #B8DA9B. Grayscale: #363636. Windows color (decimal): -12114588 or 6563143. OLE color: 6563143.
HSL color Cylindrical-coordinate representation of color #472564: hue angle of 272.38º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472564 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 37 | 100 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.61 |
| HSL | 272.38º | 0.46% | 0.27% | - |
| HSV(B) | 272.38º | 0.63% | 0.39% | - |
| XYZ | 5.56 | 3.58 | 12.46 | - |
| YUV | 54.35 | 153.76 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 100 | 0.29 | 0.63 | 0 | 0.61 | 272.38 | 0.46 | 0.27 |
| Hex | 47 | 25 | 64 | 1D | 3F | 0 | 3D | 110 | 2E | 1B |
| Octal | 107 | 45 | 144 | 35 | 77 | 0 | 75 | 420 | 56 | 33 |
| Binary | 1000111 | 100101 | 1100100 | 11101 | 111111 | 0 | 111101 | 100010000 | 101110 | 11011 |
Color Harmonies of #472564
Complementary color
Monochromatic Colors of #472564
Black with #472564
Text Example
Text Example
White with #472564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472564; }
p { color: rgb(71,37,100); }
H1.HeaderClassName
{
color: #472564;
}
.AnyTagClassName
{
color: #472564;
}
</style>
background-color css
<style>
a { background-color: #472564; }
a { background-color: rgb(71,37,100); }
div.DivClassName
{
background-color: #472564;
}
.BgClassName
{
background-color: #472564;
}
</style>
border-color css
<style>
span { border-color: #472564; }
span { border-color: rgb(71,37,100); }
td.TdClassName
{
border-color: #472564;
}
.TagClassName
{
border-color: #472564;
}
</style>