Shades of Blue Gem #473398
Tints of Blue Gem #473398
RGB
CMYK
RGB Variations
Color information
#473398 (or 0x473398) is known color: Blue Gem. HEX triplet: 47, 33 and 98. RGB value is (71,51,152). Sum of RGB (Red+Green+Blue) = 71+51+152=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #473398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473398 is #B8CC67. Grayscale: #444444. Windows color (decimal): -12110952 or 9974599. OLE color: 9974599.
HSL color Cylindrical-coordinate representation of color #473398: hue angle of 251.88º degrees, saturation: 0.5, 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 #473398 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 51 | 152 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.40 |
| HSL | 251.88º | 0.5% | 0.4% | - |
| HSV(B) | 251.88º | 0.66% | 0.6% | - |
| XYZ | 9.45 | 5.97 | 30.36 | - |
| YUV | 68.49 | 175.13 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 51 | 152 | 0.53 | 0.66 | 0 | 0.40 | 251.88 | 0.5 | 0.4 |
| Hex | 47 | 33 | 98 | 35 | 42 | 0 | 28 | FC | 32 | 28 |
| Octal | 107 | 63 | 230 | 65 | 102 | 0 | 50 | 374 | 62 | 50 |
| Binary | 1000111 | 110011 | 10011000 | 110101 | 1000010 | 0 | 101000 | 11111100 | 110010 | 101000 |
Color Harmonies of #473398
Complementary color
Monochromatic Colors of #473398
Black with #473398
Text Example
Text Example
White with #473398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473398; }
p { color: rgb(71,51,152); }
H1.HeaderClassName
{
color: #473398;
}
.AnyTagClassName
{
color: #473398;
}
</style>
background-color css
<style>
a { background-color: #473398; }
a { background-color: rgb(71,51,152); }
div.DivClassName
{
background-color: #473398;
}
.BgClassName
{
background-color: #473398;
}
</style>
border-color css
<style>
span { border-color: #473398; }
span { border-color: rgb(71,51,152); }
td.TdClassName
{
border-color: #473398;
}
.TagClassName
{
border-color: #473398;
}
</style>