Shades of Blue Gem #472B9D
Tints of Blue Gem #472B9D
RGB
CMYK
RGB Variations
Color information
#472B9D (or 0x472B9D) is known color: Blue Gem. HEX triplet: 47, 2B and 9D. RGB value is (71,43,157). Sum of RGB (Red+Green+Blue) = 71+43+157=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #472B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472B9D is #B8D462. Grayscale: #3F3F3F. Windows color (decimal): -12112995 or 10300231. OLE color: 10300231.
HSL color Cylindrical-coordinate representation of color #472B9D: hue angle of 254.74º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472B9D is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 43 | 157 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.38 |
| HSL | 254.74º | 0.57% | 0.39% | - |
| HSV(B) | 254.74º | 0.73% | 0.62% | - |
| XYZ | 9.55 | 5.5 | 32.46 | - |
| YUV | 64.37 | 180.28 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 157 | 0.55 | 0.73 | 0 | 0.38 | 254.74 | 0.57 | 0.39 |
| Hex | 47 | 2B | 9D | 37 | 49 | 0 | 26 | FF | 39 | 27 |
| Octal | 107 | 53 | 235 | 67 | 111 | 0 | 46 | 377 | 71 | 47 |
| Binary | 1000111 | 101011 | 10011101 | 110111 | 1001001 | 0 | 100110 | 11111111 | 111001 | 100111 |
Color Harmonies of #472B9D
Complementary color
Monochromatic Colors of #472B9D
Black with #472B9D
Text Example
Text Example
White with #472B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B9D; }
p { color: rgb(71,43,157); }
H1.HeaderClassName
{
color: #472B9D;
}
.AnyTagClassName
{
color: #472B9D;
}
</style>
background-color css
<style>
a { background-color: #472B9D; }
a { background-color: rgb(71,43,157); }
div.DivClassName
{
background-color: #472B9D;
}
.BgClassName
{
background-color: #472B9D;
}
</style>
border-color css
<style>
span { border-color: #472B9D; }
span { border-color: rgb(71,43,157); }
td.TdClassName
{
border-color: #472B9D;
}
.TagClassName
{
border-color: #472B9D;
}
</style>