Shades of Blue Diamond #472173
Tints of Blue Diamond #472173
RGB
CMYK
RGB Variations
Color information
#472173 (or 0x472173) is known color: Blue Diamond. HEX triplet: 47, 21 and 73. RGB value is (71,33,115). Sum of RGB (Red+Green+Blue) = 71+33+115=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #472173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472173 is #B8DE8C. Grayscale: #353535. Windows color (decimal): -12115597 or 7545159. OLE color: 7545159.
HSL color Cylindrical-coordinate representation of color #472173: hue angle of 267.8º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #472173 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 33 | 115 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.55 |
| HSL | 267.8º | 0.55% | 0.29% | - |
| HSV(B) | 267.8º | 0.71% | 0.45% | - |
| XYZ | 6.24 | 3.67 | 16.6 | - |
| YUV | 53.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 33 | 115 | 0.38 | 0.71 | 0 | 0.55 | 267.8 | 0.55 | 0.29 |
| Hex | 47 | 21 | 73 | 26 | 47 | 0 | 37 | 10C | 37 | 1D |
| Octal | 107 | 41 | 163 | 46 | 107 | 0 | 67 | 414 | 67 | 35 |
| Binary | 1000111 | 100001 | 1110011 | 100110 | 1000111 | 0 | 110111 | 100001100 | 110111 | 11101 |
Color Harmonies of #472173
Complementary color
Monochromatic Colors of #472173
Black with #472173
Text Example
Text Example
White with #472173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472173; }
p { color: rgb(71,33,115); }
H1.HeaderClassName
{
color: #472173;
}
.AnyTagClassName
{
color: #472173;
}
</style>
background-color css
<style>
a { background-color: #472173; }
a { background-color: rgb(71,33,115); }
div.DivClassName
{
background-color: #472173;
}
.BgClassName
{
background-color: #472173;
}
</style>
border-color css
<style>
span { border-color: #472173; }
span { border-color: rgb(71,33,115); }
td.TdClassName
{
border-color: #472173;
}
.TagClassName
{
border-color: #472173;
}
</style>