Shades of Blue Gem #473293
Tints of Blue Gem #473293
RGB
CMYK
RGB Variations
Color information
#473293 (or 0x473293) is known color: Blue Gem. HEX triplet: 47, 32 and 93. RGB value is (71,50,147). Sum of RGB (Red+Green+Blue) = 71+50+147=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #473293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473293 is #B8CD6C. Grayscale: #424242. Windows color (decimal): -12111213 or 9646663. OLE color: 9646663.
HSL color Cylindrical-coordinate representation of color #473293: hue angle of 252.99º degrees, saturation: 0.49, 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 #473293 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 50 | 147 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.42 |
| HSL | 252.99º | 0.49% | 0.39% | - |
| HSV(B) | 252.99º | 0.66% | 0.58% | - |
| XYZ | 9.01 | 5.73 | 28.23 | - |
| YUV | 67.34 | 172.96 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 147 | 0.52 | 0.66 | 0 | 0.42 | 252.99 | 0.49 | 0.39 |
| Hex | 47 | 32 | 93 | 34 | 42 | 0 | 2A | FD | 31 | 27 |
| Octal | 107 | 62 | 223 | 64 | 102 | 0 | 52 | 375 | 61 | 47 |
| Binary | 1000111 | 110010 | 10010011 | 110100 | 1000010 | 0 | 101010 | 11111101 | 110001 | 100111 |
Color Harmonies of #473293
Complementary color
Monochromatic Colors of #473293
Black with #473293
Text Example
Text Example
White with #473293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473293; }
p { color: rgb(71,50,147); }
H1.HeaderClassName
{
color: #473293;
}
.AnyTagClassName
{
color: #473293;
}
</style>
background-color css
<style>
a { background-color: #473293; }
a { background-color: rgb(71,50,147); }
div.DivClassName
{
background-color: #473293;
}
.BgClassName
{
background-color: #473293;
}
</style>
border-color css
<style>
span { border-color: #473293; }
span { border-color: rgb(71,50,147); }
td.TdClassName
{
border-color: #473293;
}
.TagClassName
{
border-color: #473293;
}
</style>