Shades of Blue Gem #472FAB
Tints of Blue Gem #472FAB
RGB
CMYK
RGB Variations
Color information
#472FAB (or 0x472FAB) is known color: Blue Gem. HEX triplet: 47, 2F and AB. RGB value is (71,47,171). Sum of RGB (Red+Green+Blue) = 71+47+171=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #472FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472FAB is #B8D054. Grayscale: #434343. Windows color (decimal): -12111957 or 11218759. OLE color: 11218759.
HSL color Cylindrical-coordinate representation of color #472FAB: hue angle of 251.61º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472FAB is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 47 | 171 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.33 |
| HSL | 251.61º | 0.57% | 0.43% | - |
| HSV(B) | 251.61º | 0.73% | 0.67% | - |
| XYZ | 10.97 | 6.31 | 39.17 | - |
| YUV | 68.31 | 185.95 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 171 | 0.58 | 0.73 | 0 | 0.33 | 251.61 | 0.57 | 0.43 |
| Hex | 47 | 2F | AB | 3A | 49 | 0 | 21 | FC | 39 | 2B |
| Octal | 107 | 57 | 253 | 72 | 111 | 0 | 41 | 374 | 71 | 53 |
| Binary | 1000111 | 101111 | 10101011 | 111010 | 1001001 | 0 | 100001 | 11111100 | 111001 | 101011 |
Color Harmonies of #472FAB
Complementary color
Monochromatic Colors of #472FAB
Black with #472FAB
Text Example
Text Example
White with #472FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472FAB; }
p { color: rgb(71,47,171); }
H1.HeaderClassName
{
color: #472FAB;
}
.AnyTagClassName
{
color: #472FAB;
}
</style>
background-color css
<style>
a { background-color: #472FAB; }
a { background-color: rgb(71,47,171); }
div.DivClassName
{
background-color: #472FAB;
}
.BgClassName
{
background-color: #472FAB;
}
</style>
border-color css
<style>
span { border-color: #472FAB; }
span { border-color: rgb(71,47,171); }
td.TdClassName
{
border-color: #472FAB;
}
.TagClassName
{
border-color: #472FAB;
}
</style>