Shades of Blue Gem #473393
Tints of Blue Gem #473393
RGB
CMYK
RGB Variations
Color information
#473393 (or 0x473393) is known color: Blue Gem. HEX triplet: 47, 33 and 93. RGB value is (71,51,147). Sum of RGB (Red+Green+Blue) = 71+51+147=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #473393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473393 is #B8CC6C. Grayscale: #434343. Windows color (decimal): -12110957 or 9646919. OLE color: 9646919.
HSL color Cylindrical-coordinate representation of color #473393: hue angle of 252.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #473393 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 51 | 147 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.42 |
| HSL | 252.5º | 0.48% | 0.39% | - |
| HSV(B) | 252.5º | 0.65% | 0.58% | - |
| XYZ | 9.05 | 5.81 | 28.25 | - |
| YUV | 67.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 147 | 0.52 | 0.65 | 0 | 0.42 | 252.5 | 0.48 | 0.39 |
| Hex | 47 | 33 | 93 | 34 | 41 | 0 | 2A | FD | 30 | 27 |
| Octal | 107 | 63 | 223 | 64 | 101 | 0 | 52 | 375 | 60 | 47 |
| Binary | 1000111 | 110011 | 10010011 | 110100 | 1000001 | 0 | 101010 | 11111101 | 110000 | 100111 |
Color Harmonies of #473393
Complementary color
Monochromatic Colors of #473393
Black with #473393
Text Example
Text Example
White with #473393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473393; }
p { color: rgb(71,51,147); }
H1.HeaderClassName
{
color: #473393;
}
.AnyTagClassName
{
color: #473393;
}
</style>
background-color css
<style>
a { background-color: #473393; }
a { background-color: rgb(71,51,147); }
div.DivClassName
{
background-color: #473393;
}
.BgClassName
{
background-color: #473393;
}
</style>
border-color css
<style>
span { border-color: #473393; }
span { border-color: rgb(71,51,147); }
td.TdClassName
{
border-color: #473393;
}
.TagClassName
{
border-color: #473393;
}
</style>