Shades of Blue Gem #473498
Tints of Blue Gem #473498
RGB
CMYK
RGB Variations
Color information
#473498 (or 0x473498) is known color: Blue Gem. HEX triplet: 47, 34 and 98. RGB value is (71,52,152). Sum of RGB (Red+Green+Blue) = 71+52+152=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #473498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473498 is #B8CB67. Grayscale: #444444. Windows color (decimal): -12110696 or 9974855. OLE color: 9974855.
HSL color Cylindrical-coordinate representation of color #473498: hue angle of 251.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #473498 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 52 | 152 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.40 |
| HSL | 251.4º | 0.49% | 0.4% | - |
| HSV(B) | 251.4º | 0.66% | 0.6% | - |
| XYZ | 9.49 | 6.06 | 30.38 | - |
| YUV | 69.08 | 174.79 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 152 | 0.53 | 0.66 | 0 | 0.40 | 251.4 | 0.49 | 0.4 |
| Hex | 47 | 34 | 98 | 35 | 42 | 0 | 28 | FB | 31 | 28 |
| Octal | 107 | 64 | 230 | 65 | 102 | 0 | 50 | 373 | 61 | 50 |
| Binary | 1000111 | 110100 | 10011000 | 110101 | 1000010 | 0 | 101000 | 11111011 | 110001 | 101000 |
Color Harmonies of #473498
Complementary color
Monochromatic Colors of #473498
Black with #473498
Text Example
Text Example
White with #473498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473498; }
p { color: rgb(71,52,152); }
H1.HeaderClassName
{
color: #473498;
}
.AnyTagClassName
{
color: #473498;
}
</style>
background-color css
<style>
a { background-color: #473498; }
a { background-color: rgb(71,52,152); }
div.DivClassName
{
background-color: #473498;
}
.BgClassName
{
background-color: #473498;
}
</style>
border-color css
<style>
span { border-color: #473498; }
span { border-color: rgb(71,52,152); }
td.TdClassName
{
border-color: #473498;
}
.TagClassName
{
border-color: #473498;
}
</style>