Shades of Blue Gem #473296
Tints of Blue Gem #473296
RGB
CMYK
RGB Variations
Color information
#473296 (or 0x473296) is known color: Blue Gem. HEX triplet: 47, 32 and 96. RGB value is (71,50,150). Sum of RGB (Red+Green+Blue) = 71+50+150=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #473296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473296 is #B8CD69. Grayscale: #434343. Windows color (decimal): -12111210 or 9843271. OLE color: 9843271.
HSL color Cylindrical-coordinate representation of color #473296: hue angle of 252.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #473296 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 71 | 50 | 150 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.41 |
| HSL | 252.6º | 0.5% | 0.39% | - |
| HSV(B) | 252.6º | 0.67% | 0.59% | - |
| XYZ | 9.24 | 5.82 | 29.49 | - |
| YUV | 67.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 150 | 0.53 | 0.67 | 0 | 0.41 | 252.6 | 0.5 | 0.39 |
| Hex | 47 | 32 | 96 | 35 | 43 | 0 | 29 | FD | 32 | 27 |
| Octal | 107 | 62 | 226 | 65 | 103 | 0 | 51 | 375 | 62 | 47 |
| Binary | 1000111 | 110010 | 10010110 | 110101 | 1000011 | 0 | 101001 | 11111101 | 110010 | 100111 |
Color Harmonies of #473296
Complementary color
Monochromatic Colors of #473296
Black with #473296
Text Example
Text Example
White with #473296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473296; }
p { color: rgb(71,50,150); }
H1.HeaderClassName
{
color: #473296;
}
.AnyTagClassName
{
color: #473296;
}
</style>
background-color css
<style>
a { background-color: #473296; }
a { background-color: rgb(71,50,150); }
div.DivClassName
{
background-color: #473296;
}
.BgClassName
{
background-color: #473296;
}
</style>
border-color css
<style>
span { border-color: #473296; }
span { border-color: rgb(71,50,150); }
td.TdClassName
{
border-color: #473296;
}
.TagClassName
{
border-color: #473296;
}
</style>