Shades of Blue Gem #473394
Tints of Blue Gem #473394
RGB
CMYK
RGB Variations
Color information
#473394 (or 0x473394) is known color: Blue Gem. HEX triplet: 47, 33 and 94. RGB value is (71,51,148). Sum of RGB (Red+Green+Blue) = 71+51+148=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #473394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473394 is #B8CC6B. Grayscale: #434343. Windows color (decimal): -12110956 or 9712455. OLE color: 9712455.
HSL color Cylindrical-coordinate representation of color #473394: hue angle of 252.37º 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 #473394 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 51 | 148 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.42 |
| HSL | 252.37º | 0.49% | 0.39% | - |
| HSV(B) | 252.37º | 0.66% | 0.58% | - |
| XYZ | 9.13 | 5.85 | 28.66 | - |
| YUV | 68.04 | 173.13 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 148 | 0.52 | 0.66 | 0 | 0.42 | 252.37 | 0.49 | 0.39 |
| Hex | 47 | 33 | 94 | 34 | 42 | 0 | 2A | FC | 31 | 27 |
| Octal | 107 | 63 | 224 | 64 | 102 | 0 | 52 | 374 | 61 | 47 |
| Binary | 1000111 | 110011 | 10010100 | 110100 | 1000010 | 0 | 101010 | 11111100 | 110001 | 100111 |
Color Harmonies of #473394
Complementary color
Monochromatic Colors of #473394
Black with #473394
Text Example
Text Example
White with #473394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473394; }
p { color: rgb(71,51,148); }
H1.HeaderClassName
{
color: #473394;
}
.AnyTagClassName
{
color: #473394;
}
</style>
background-color css
<style>
a { background-color: #473394; }
a { background-color: rgb(71,51,148); }
div.DivClassName
{
background-color: #473394;
}
.BgClassName
{
background-color: #473394;
}
</style>
border-color css
<style>
span { border-color: #473394; }
span { border-color: rgb(71,51,148); }
td.TdClassName
{
border-color: #473394;
}
.TagClassName
{
border-color: #473394;
}
</style>