Shades of Blue Diamond #472565
Tints of Blue Diamond #472565
RGB
CMYK
RGB Variations
Color information
#472565 (or 0x472565) is known color: Blue Diamond. HEX triplet: 47, 25 and 65. RGB value is (71,37,101). Sum of RGB (Red+Green+Blue) = 71+37+101=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #472565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472565 is #B8DA9A. Grayscale: #363636. Windows color (decimal): -12114587 or 6628679. OLE color: 6628679.
HSL color Cylindrical-coordinate representation of color #472565: hue angle of 271.88º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472565 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 37 | 101 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.60 |
| HSL | 271.88º | 0.46% | 0.27% | - |
| HSV(B) | 271.88º | 0.63% | 0.4% | - |
| XYZ | 5.61 | 3.6 | 12.71 | - |
| YUV | 54.46 | 154.26 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 101 | 0.30 | 0.63 | 0 | 0.60 | 271.88 | 0.46 | 0.27 |
| Hex | 47 | 25 | 65 | 1E | 3F | 0 | 3C | 110 | 2E | 1B |
| Octal | 107 | 45 | 145 | 36 | 77 | 0 | 74 | 420 | 56 | 33 |
| Binary | 1000111 | 100101 | 1100101 | 11110 | 111111 | 0 | 111100 | 100010000 | 101110 | 11011 |
Color Harmonies of #472565
Complementary color
Monochromatic Colors of #472565
Black with #472565
Text Example
Text Example
White with #472565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472565; }
p { color: rgb(71,37,101); }
H1.HeaderClassName
{
color: #472565;
}
.AnyTagClassName
{
color: #472565;
}
</style>
background-color css
<style>
a { background-color: #472565; }
a { background-color: rgb(71,37,101); }
div.DivClassName
{
background-color: #472565;
}
.BgClassName
{
background-color: #472565;
}
</style>
border-color css
<style>
span { border-color: #472565; }
span { border-color: rgb(71,37,101); }
td.TdClassName
{
border-color: #472565;
}
.TagClassName
{
border-color: #472565;
}
</style>