Shades of Blue Gem #472D94
Tints of Blue Gem #472D94
RGB
CMYK
RGB Variations
Color information
#472D94 (or 0x472D94) is known color: Blue Gem. HEX triplet: 47, 2D and 94. RGB value is (71,45,148). Sum of RGB (Red+Green+Blue) = 71+45+148=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #472D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472D94 is #B8D26B. Grayscale: #404040. Windows color (decimal): -12112492 or 9710919. OLE color: 9710919.
HSL color Cylindrical-coordinate representation of color #472D94: hue angle of 255.15º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472D94 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 45 | 148 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.42 |
| HSL | 255.15º | 0.53% | 0.38% | - |
| HSV(B) | 255.15º | 0.7% | 0.58% | - |
| XYZ | 8.88 | 5.35 | 28.58 | - |
| YUV | 64.52 | 175.11 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 148 | 0.52 | 0.70 | 0 | 0.42 | 255.15 | 0.53 | 0.38 |
| Hex | 47 | 2D | 94 | 34 | 46 | 0 | 2A | FF | 35 | 26 |
| Octal | 107 | 55 | 224 | 64 | 106 | 0 | 52 | 377 | 65 | 46 |
| Binary | 1000111 | 101101 | 10010100 | 110100 | 1000110 | 0 | 101010 | 11111111 | 110101 | 100110 |
Color Harmonies of #472D94
Complementary color
Monochromatic Colors of #472D94
Black with #472D94
Text Example
Text Example
White with #472D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D94; }
p { color: rgb(71,45,148); }
H1.HeaderClassName
{
color: #472D94;
}
.AnyTagClassName
{
color: #472D94;
}
</style>
background-color css
<style>
a { background-color: #472D94; }
a { background-color: rgb(71,45,148); }
div.DivClassName
{
background-color: #472D94;
}
.BgClassName
{
background-color: #472D94;
}
</style>
border-color css
<style>
span { border-color: #472D94; }
span { border-color: rgb(71,45,148); }
td.TdClassName
{
border-color: #472D94;
}
.TagClassName
{
border-color: #472D94;
}
</style>