Shades of Blue Gem #472A94
Tints of Blue Gem #472A94
RGB
CMYK
RGB Variations
Color information
#472A94 (or 0x472A94) is known color: Blue Gem. HEX triplet: 47, 2A and 94. RGB value is (71,42,148). Sum of RGB (Red+Green+Blue) = 71+42+148=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #472A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472A94 is #B8D56B. Grayscale: #3E3E3E. Windows color (decimal): -12113260 or 9710151. OLE color: 9710151.
HSL color Cylindrical-coordinate representation of color #472A94: hue angle of 256.42º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472A94 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 71 | 42 | 148 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.42 |
| HSL | 256.42º | 0.56% | 0.37% | - |
| HSV(B) | 256.42º | 0.72% | 0.58% | - |
| XYZ | 8.77 | 5.13 | 28.55 | - |
| YUV | 62.76 | 176.11 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 148 | 0.52 | 0.72 | 0 | 0.42 | 256.42 | 0.56 | 0.37 |
| Hex | 47 | 2A | 94 | 34 | 48 | 0 | 2A | 100 | 38 | 25 |
| Octal | 107 | 52 | 224 | 64 | 110 | 0 | 52 | 400 | 70 | 45 |
| Binary | 1000111 | 101010 | 10010100 | 110100 | 1001000 | 0 | 101010 | 100000000 | 111000 | 100101 |
Color Harmonies of #472A94
Complementary color
Monochromatic Colors of #472A94
Black with #472A94
Text Example
Text Example
White with #472A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A94; }
p { color: rgb(71,42,148); }
H1.HeaderClassName
{
color: #472A94;
}
.AnyTagClassName
{
color: #472A94;
}
</style>
background-color css
<style>
a { background-color: #472A94; }
a { background-color: rgb(71,42,148); }
div.DivClassName
{
background-color: #472A94;
}
.BgClassName
{
background-color: #472A94;
}
</style>
border-color css
<style>
span { border-color: #472A94; }
span { border-color: rgb(71,42,148); }
td.TdClassName
{
border-color: #472A94;
}
.TagClassName
{
border-color: #472A94;
}
</style>