Shades of Blue Gem #472F88
Tints of Blue Gem #472F88
RGB
CMYK
RGB Variations
Color information
#472F88 (or 0x472F88) is known color: Blue Gem. HEX triplet: 47, 2F and 88. RGB value is (71,47,136). Sum of RGB (Red+Green+Blue) = 71+47+136=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #472F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472F88 is #B8D077. Grayscale: #3F3F3F. Windows color (decimal): -12111992 or 8924999. OLE color: 8924999.
HSL color Cylindrical-coordinate representation of color #472F88: hue angle of 256.18º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #472F88 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 47 | 136 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.47 |
| HSL | 256.18º | 0.49% | 0.36% | - |
| HSV(B) | 256.18º | 0.65% | 0.53% | - |
| XYZ | 8.06 | 5.15 | 23.86 | - |
| YUV | 64.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 136 | 0.48 | 0.65 | 0 | 0.47 | 256.18 | 0.49 | 0.36 |
| Hex | 47 | 2F | 88 | 30 | 41 | 0 | 2F | 100 | 31 | 24 |
| Octal | 107 | 57 | 210 | 60 | 101 | 0 | 57 | 400 | 61 | 44 |
| Binary | 1000111 | 101111 | 10001000 | 110000 | 1000001 | 0 | 101111 | 100000000 | 110001 | 100100 |
Color Harmonies of #472F88
Complementary color
Monochromatic Colors of #472F88
Black with #472F88
Text Example
Text Example
White with #472F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472F88; }
p { color: rgb(71,47,136); }
H1.HeaderClassName
{
color: #472F88;
}
.AnyTagClassName
{
color: #472F88;
}
</style>
background-color css
<style>
a { background-color: #472F88; }
a { background-color: rgb(71,47,136); }
div.DivClassName
{
background-color: #472F88;
}
.BgClassName
{
background-color: #472F88;
}
</style>
border-color css
<style>
span { border-color: #472F88; }
span { border-color: rgb(71,47,136); }
td.TdClassName
{
border-color: #472F88;
}
.TagClassName
{
border-color: #472F88;
}
</style>