Shades of Blue Diamond #472373
Tints of Blue Diamond #472373
RGB
CMYK
RGB Variations
Color information
#472373 (or 0x472373) is known color: Blue Diamond. HEX triplet: 47, 23 and 73. RGB value is (71,35,115). Sum of RGB (Red+Green+Blue) = 71+35+115=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #472373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472373 is #B8DC8C. Grayscale: #363636. Windows color (decimal): -12115085 or 7545671. OLE color: 7545671.
HSL color Cylindrical-coordinate representation of color #472373: hue angle of 267º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472373 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 35 | 115 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.55 |
| HSL | 267º | 0.53% | 0.29% | - |
| HSV(B) | 267º | 0.7% | 0.45% | - |
| XYZ | 6.29 | 3.78 | 16.62 | - |
| YUV | 54.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 115 | 0.38 | 0.70 | 0 | 0.55 | 267 | 0.53 | 0.29 |
| Hex | 47 | 23 | 73 | 26 | 46 | 0 | 37 | 10B | 35 | 1D |
| Octal | 107 | 43 | 163 | 46 | 106 | 0 | 67 | 413 | 65 | 35 |
| Binary | 1000111 | 100011 | 1110011 | 100110 | 1000110 | 0 | 110111 | 100001011 | 110101 | 11101 |
Color Harmonies of #472373
Complementary color
Monochromatic Colors of #472373
Black with #472373
Text Example
Text Example
White with #472373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472373; }
p { color: rgb(71,35,115); }
H1.HeaderClassName
{
color: #472373;
}
.AnyTagClassName
{
color: #472373;
}
</style>
background-color css
<style>
a { background-color: #472373; }
a { background-color: rgb(71,35,115); }
div.DivClassName
{
background-color: #472373;
}
.BgClassName
{
background-color: #472373;
}
</style>
border-color css
<style>
span { border-color: #472373; }
span { border-color: rgb(71,35,115); }
td.TdClassName
{
border-color: #472373;
}
.TagClassName
{
border-color: #472373;
}
</style>