Shades of Blue Gem #473098
Tints of Blue Gem #473098
RGB
CMYK
RGB Variations
Color information
#473098 (or 0x473098) is known color: Blue Gem. HEX triplet: 47, 30 and 98. RGB value is (71,48,152). Sum of RGB (Red+Green+Blue) = 71+48+152=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #473098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473098 is #B8CF67. Grayscale: #424242. Windows color (decimal): -12111720 or 9973831. OLE color: 9973831.
HSL color Cylindrical-coordinate representation of color #473098: hue angle of 253.27º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #473098 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 71 | 48 | 152 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.40 |
| HSL | 253.27º | 0.52% | 0.39% | - |
| HSV(B) | 253.27º | 0.68% | 0.6% | - |
| XYZ | 9.32 | 5.72 | 30.32 | - |
| YUV | 66.73 | 176.12 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 48 | 152 | 0.53 | 0.68 | 0 | 0.40 | 253.27 | 0.52 | 0.39 |
| Hex | 47 | 30 | 98 | 35 | 44 | 0 | 28 | FD | 34 | 27 |
| Octal | 107 | 60 | 230 | 65 | 104 | 0 | 50 | 375 | 64 | 47 |
| Binary | 1000111 | 110000 | 10011000 | 110101 | 1000100 | 0 | 101000 | 11111101 | 110100 | 100111 |
Color Harmonies of #473098
Complementary color
Monochromatic Colors of #473098
Black with #473098
Text Example
Text Example
White with #473098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473098; }
p { color: rgb(71,48,152); }
H1.HeaderClassName
{
color: #473098;
}
.AnyTagClassName
{
color: #473098;
}
</style>
background-color css
<style>
a { background-color: #473098; }
a { background-color: rgb(71,48,152); }
div.DivClassName
{
background-color: #473098;
}
.BgClassName
{
background-color: #473098;
}
</style>
border-color css
<style>
span { border-color: #473098; }
span { border-color: rgb(71,48,152); }
td.TdClassName
{
border-color: #473098;
}
.TagClassName
{
border-color: #473098;
}
</style>