Shades of Blue Diamond #473160
Tints of Blue Diamond #473160
RGB
CMYK
RGB Variations
Color information
#473160 (or 0x473160) is known color: Blue Diamond. HEX triplet: 47, 31 and 60. RGB value is (71,49,96). Sum of RGB (Red+Green+Blue) = 71+49+96=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #473160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473160 is #B8CE9F. Grayscale: #3C3C3C. Windows color (decimal): -12111520 or 6304071. OLE color: 6304071.
HSL color Cylindrical-coordinate representation of color #473160: hue angle of 268.09º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #473160 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 49 | 96 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.62 |
| HSL | 268.09º | 0.32% | 0.28% | - |
| HSV(B) | 268.09º | 0.49% | 0.38% | - |
| XYZ | 5.81 | 4.38 | 11.61 | - |
| YUV | 60.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 49 | 96 | 0.26 | 0.49 | 0 | 0.62 | 268.09 | 0.32 | 0.28 |
| Hex | 47 | 31 | 60 | 1A | 31 | 0 | 3E | 10C | 20 | 1C |
| Octal | 107 | 61 | 140 | 32 | 61 | 0 | 76 | 414 | 40 | 34 |
| Binary | 1000111 | 110001 | 1100000 | 11010 | 110001 | 0 | 111110 | 100001100 | 100000 | 11100 |
Color Harmonies of #473160
Complementary color
Monochromatic Colors of #473160
Black with #473160
Text Example
Text Example
White with #473160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473160; }
p { color: rgb(71,49,96); }
H1.HeaderClassName
{
color: #473160;
}
.AnyTagClassName
{
color: #473160;
}
</style>
background-color css
<style>
a { background-color: #473160; }
a { background-color: rgb(71,49,96); }
div.DivClassName
{
background-color: #473160;
}
.BgClassName
{
background-color: #473160;
}
</style>
border-color css
<style>
span { border-color: #473160; }
span { border-color: rgb(71,49,96); }
td.TdClassName
{
border-color: #473160;
}
.TagClassName
{
border-color: #473160;
}
</style>