Shades of Blue Gem #472B94
Tints of Blue Gem #472B94
RGB
CMYK
RGB Variations
Color information
#472B94 (or 0x472B94) is known color: Blue Gem. HEX triplet: 47, 2B and 94. RGB value is (71,43,148). Sum of RGB (Red+Green+Blue) = 71+43+148=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #472B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472B94 is #B8D46B. Grayscale: #3E3E3E. Windows color (decimal): -12113004 or 9710407. OLE color: 9710407.
HSL color Cylindrical-coordinate representation of color #472B94: hue angle of 256º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #472B94 is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 43 | 148 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.42 |
| HSL | 256º | 0.55% | 0.37% | - |
| HSV(B) | 256º | 0.71% | 0.58% | - |
| XYZ | 8.81 | 5.21 | 28.56 | - |
| YUV | 63.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 148 | 0.52 | 0.71 | 0 | 0.42 | 256 | 0.55 | 0.37 |
| Hex | 47 | 2B | 94 | 34 | 47 | 0 | 2A | 100 | 37 | 25 |
| Octal | 107 | 53 | 224 | 64 | 107 | 0 | 52 | 400 | 67 | 45 |
| Binary | 1000111 | 101011 | 10010100 | 110100 | 1000111 | 0 | 101010 | 100000000 | 110111 | 100101 |
Color Harmonies of #472B94
Complementary color
Monochromatic Colors of #472B94
Black with #472B94
Text Example
Text Example
White with #472B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B94; }
p { color: rgb(71,43,148); }
H1.HeaderClassName
{
color: #472B94;
}
.AnyTagClassName
{
color: #472B94;
}
</style>
background-color css
<style>
a { background-color: #472B94; }
a { background-color: rgb(71,43,148); }
div.DivClassName
{
background-color: #472B94;
}
.BgClassName
{
background-color: #472B94;
}
</style>
border-color css
<style>
span { border-color: #472B94; }
span { border-color: rgb(71,43,148); }
td.TdClassName
{
border-color: #472B94;
}
.TagClassName
{
border-color: #472B94;
}
</style>