Shades of Blue Gem #472F9C
Tints of Blue Gem #472F9C
RGB
CMYK
RGB Variations
Color information
#472F9C (or 0x472F9C) is known color: Blue Gem. HEX triplet: 47, 2F and 9C. RGB value is (71,47,156). Sum of RGB (Red+Green+Blue) = 71+47+156=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #472F9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F9C is #B8D063. Grayscale: #424242. Windows color (decimal): -12111972 or 10235719. OLE color: 10235719.
HSL color Cylindrical-coordinate representation of color #472F9C: hue angle of 253.21º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472F9C is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 47 | 156 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.39 |
| HSL | 253.21º | 0.54% | 0.4% | - |
| HSV(B) | 253.21º | 0.7% | 0.61% | - |
| XYZ | 9.62 | 5.77 | 32.06 | - |
| YUV | 66.6 | 178.45 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 156 | 0.54 | 0.70 | 0 | 0.39 | 253.21 | 0.54 | 0.4 |
| Hex | 47 | 2F | 9C | 36 | 46 | 0 | 27 | FD | 36 | 28 |
| Octal | 107 | 57 | 234 | 66 | 106 | 0 | 47 | 375 | 66 | 50 |
| Binary | 1000111 | 101111 | 10011100 | 110110 | 1000110 | 0 | 100111 | 11111101 | 110110 | 101000 |
Color Harmonies of #472F9C
Complementary color
Monochromatic Colors of #472F9C
Black with #472F9C
Text Example
Text Example
White with #472F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F9C; }
p { color: rgb(71,47,156); }
H1.HeaderClassName
{
color: #472F9C;
}
.AnyTagClassName
{
color: #472F9C;
}
</style>
background-color css
<style>
a { background-color: #472F9C; }
a { background-color: rgb(71,47,156); }
div.DivClassName
{
background-color: #472F9C;
}
.BgClassName
{
background-color: #472F9C;
}
</style>
border-color css
<style>
span { border-color: #472F9C; }
span { border-color: rgb(71,47,156); }
td.TdClassName
{
border-color: #472F9C;
}
.TagClassName
{
border-color: #472F9C;
}
</style>