Shades of Blue Gem #473490
Tints of Blue Gem #473490
RGB
CMYK
RGB Variations
Color information
#473490 (or 0x473490) is known color: Blue Gem. HEX triplet: 47, 34 and 90. RGB value is (71,52,144). Sum of RGB (Red+Green+Blue) = 71+52+144=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #473490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473490 is #B8CB6F. Grayscale: #434343. Windows color (decimal): -12110704 or 9450567. OLE color: 9450567.
HSL color Cylindrical-coordinate representation of color #473490: hue angle of 252.39º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #473490 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 52 | 144 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.44 |
| HSL | 252.39º | 0.47% | 0.38% | - |
| HSV(B) | 252.39º | 0.64% | 0.56% | - |
| XYZ | 8.86 | 5.81 | 27.04 | - |
| YUV | 68.17 | 170.79 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 144 | 0.51 | 0.64 | 0 | 0.44 | 252.39 | 0.47 | 0.38 |
| Hex | 47 | 34 | 90 | 33 | 40 | 0 | 2C | FC | 2F | 26 |
| Octal | 107 | 64 | 220 | 63 | 100 | 0 | 54 | 374 | 57 | 46 |
| Binary | 1000111 | 110100 | 10010000 | 110011 | 1000000 | 0 | 101100 | 11111100 | 101111 | 100110 |
Color Harmonies of #473490
Complementary color
Monochromatic Colors of #473490
Black with #473490
Text Example
Text Example
White with #473490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473490; }
p { color: rgb(71,52,144); }
H1.HeaderClassName
{
color: #473490;
}
.AnyTagClassName
{
color: #473490;
}
</style>
background-color css
<style>
a { background-color: #473490; }
a { background-color: rgb(71,52,144); }
div.DivClassName
{
background-color: #473490;
}
.BgClassName
{
background-color: #473490;
}
</style>
border-color css
<style>
span { border-color: #473490; }
span { border-color: rgb(71,52,144); }
td.TdClassName
{
border-color: #473490;
}
.TagClassName
{
border-color: #473490;
}
</style>