Shades of Blue Gem #473295
Tints of Blue Gem #473295
RGB
CMYK
RGB Variations
Color information
#473295 (or 0x473295) is known color: Blue Gem. HEX triplet: 47, 32 and 95. RGB value is (71,50,149). Sum of RGB (Red+Green+Blue) = 71+50+149=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #473295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473295 is #B8CD6A. Grayscale: #434343. Windows color (decimal): -12111211 or 9777735. OLE color: 9777735.
HSL color Cylindrical-coordinate representation of color #473295: hue angle of 252.73º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473295 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 50 | 149 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.42 |
| HSL | 252.73º | 0.5% | 0.39% | - |
| HSV(B) | 252.73º | 0.66% | 0.58% | - |
| XYZ | 9.16 | 5.79 | 29.07 | - |
| YUV | 67.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 149 | 0.52 | 0.66 | 0 | 0.42 | 252.73 | 0.5 | 0.39 |
| Hex | 47 | 32 | 95 | 34 | 42 | 0 | 2A | FD | 32 | 27 |
| Octal | 107 | 62 | 225 | 64 | 102 | 0 | 52 | 375 | 62 | 47 |
| Binary | 1000111 | 110010 | 10010101 | 110100 | 1000010 | 0 | 101010 | 11111101 | 110010 | 100111 |
Color Harmonies of #473295
Complementary color
Monochromatic Colors of #473295
Black with #473295
Text Example
Text Example
White with #473295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473295; }
p { color: rgb(71,50,149); }
H1.HeaderClassName
{
color: #473295;
}
.AnyTagClassName
{
color: #473295;
}
</style>
background-color css
<style>
a { background-color: #473295; }
a { background-color: rgb(71,50,149); }
div.DivClassName
{
background-color: #473295;
}
.BgClassName
{
background-color: #473295;
}
</style>
border-color css
<style>
span { border-color: #473295; }
span { border-color: rgb(71,50,149); }
td.TdClassName
{
border-color: #473295;
}
.TagClassName
{
border-color: #473295;
}
</style>