Shades of Blue Gem #472F9D
Tints of Blue Gem #472F9D
RGB
CMYK
RGB Variations
Color information
#472F9D (or 0x472F9D) is known color: Blue Gem. HEX triplet: 47, 2F and 9D. RGB value is (71,47,157). Sum of RGB (Red+Green+Blue) = 71+47+157=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #472F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F9D is #B8D062. Grayscale: #424242. Windows color (decimal): -12111971 or 10301255. OLE color: 10301255.
HSL color Cylindrical-coordinate representation of color #472F9D: hue angle of 253.09º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472F9D is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 47 | 157 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.38 |
| HSL | 253.09º | 0.54% | 0.4% | - |
| HSV(B) | 253.09º | 0.7% | 0.62% | - |
| XYZ | 9.7 | 5.81 | 32.51 | - |
| YUV | 66.72 | 178.95 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 157 | 0.55 | 0.70 | 0 | 0.38 | 253.09 | 0.54 | 0.4 |
| Hex | 47 | 2F | 9D | 37 | 46 | 0 | 26 | FD | 36 | 28 |
| Octal | 107 | 57 | 235 | 67 | 106 | 0 | 46 | 375 | 66 | 50 |
| Binary | 1000111 | 101111 | 10011101 | 110111 | 1000110 | 0 | 100110 | 11111101 | 110110 | 101000 |
Color Harmonies of #472F9D
Complementary color
Monochromatic Colors of #472F9D
Black with #472F9D
Text Example
Text Example
White with #472F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F9D; }
p { color: rgb(71,47,157); }
H1.HeaderClassName
{
color: #472F9D;
}
.AnyTagClassName
{
color: #472F9D;
}
</style>
background-color css
<style>
a { background-color: #472F9D; }
a { background-color: rgb(71,47,157); }
div.DivClassName
{
background-color: #472F9D;
}
.BgClassName
{
background-color: #472F9D;
}
</style>
border-color css
<style>
span { border-color: #472F9D; }
span { border-color: rgb(71,47,157); }
td.TdClassName
{
border-color: #472F9D;
}
.TagClassName
{
border-color: #472F9D;
}
</style>