Shades of Blue Diamond #472575
Tints of Blue Diamond #472575
RGB
CMYK
RGB Variations
Color information
#472575 (or 0x472575) is known color: Blue Diamond. HEX triplet: 47, 25 and 75. RGB value is (71,37,117). Sum of RGB (Red+Green+Blue) = 71+37+117=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #472575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472575 is #B8DA8A. Grayscale: #373737. Windows color (decimal): -12114571 or 7677255. OLE color: 7677255.
HSL color Cylindrical-coordinate representation of color #472575: hue angle of 265.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472575 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 71 | 37 | 117 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.54 |
| HSL | 265.5º | 0.52% | 0.3% | - |
| HSV(B) | 265.5º | 0.68% | 0.46% | - |
| XYZ | 6.47 | 3.95 | 17.25 | - |
| YUV | 56.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 117 | 0.39 | 0.68 | 0 | 0.54 | 265.5 | 0.52 | 0.3 |
| Hex | 47 | 25 | 75 | 27 | 44 | 0 | 36 | 10A | 34 | 1E |
| Octal | 107 | 45 | 165 | 47 | 104 | 0 | 66 | 412 | 64 | 36 |
| Binary | 1000111 | 100101 | 1110101 | 100111 | 1000100 | 0 | 110110 | 100001010 | 110100 | 11110 |
Color Harmonies of #472575
Complementary color
Monochromatic Colors of #472575
Black with #472575
Text Example
Text Example
White with #472575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472575; }
p { color: rgb(71,37,117); }
H1.HeaderClassName
{
color: #472575;
}
.AnyTagClassName
{
color: #472575;
}
</style>
background-color css
<style>
a { background-color: #472575; }
a { background-color: rgb(71,37,117); }
div.DivClassName
{
background-color: #472575;
}
.BgClassName
{
background-color: #472575;
}
</style>
border-color css
<style>
span { border-color: #472575; }
span { border-color: rgb(71,37,117); }
td.TdClassName
{
border-color: #472575;
}
.TagClassName
{
border-color: #472575;
}
</style>