Shades of Blue Gem #472D92
Tints of Blue Gem #472D92
RGB
CMYK
RGB Variations
Color information
#472D92 (or 0x472D92) is known color: Blue Gem. HEX triplet: 47, 2D and 92. RGB value is (71,45,146). Sum of RGB (Red+Green+Blue) = 71+45+146=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #472D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472D92 is #B8D26D. Grayscale: #3F3F3F. Windows color (decimal): -12112494 or 9579847. OLE color: 9579847.
HSL color Cylindrical-coordinate representation of color #472D92: hue angle of 255.45º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #472D92 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 71 | 45 | 146 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.43 |
| HSL | 255.45º | 0.53% | 0.37% | - |
| HSV(B) | 255.45º | 0.69% | 0.57% | - |
| XYZ | 8.73 | 5.29 | 27.76 | - |
| YUV | 64.29 | 174.11 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 146 | 0.51 | 0.69 | 0 | 0.43 | 255.45 | 0.53 | 0.37 |
| Hex | 47 | 2D | 92 | 33 | 45 | 0 | 2B | FF | 35 | 25 |
| Octal | 107 | 55 | 222 | 63 | 105 | 0 | 53 | 377 | 65 | 45 |
| Binary | 1000111 | 101101 | 10010010 | 110011 | 1000101 | 0 | 101011 | 11111111 | 110101 | 100101 |
Color Harmonies of #472D92
Complementary color
Monochromatic Colors of #472D92
Black with #472D92
Text Example
Text Example
White with #472D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D92; }
p { color: rgb(71,45,146); }
H1.HeaderClassName
{
color: #472D92;
}
.AnyTagClassName
{
color: #472D92;
}
</style>
background-color css
<style>
a { background-color: #472D92; }
a { background-color: rgb(71,45,146); }
div.DivClassName
{
background-color: #472D92;
}
.BgClassName
{
background-color: #472D92;
}
</style>
border-color css
<style>
span { border-color: #472D92; }
span { border-color: rgb(71,45,146); }
td.TdClassName
{
border-color: #472D92;
}
.TagClassName
{
border-color: #472D92;
}
</style>