Shades of Blue Gem #472CAA
Tints of Blue Gem #472CAA
RGB
CMYK
RGB Variations
Color information
#472CAA (or 0x472CAA) is known color: Blue Gem. HEX triplet: 47, 2C and AA. RGB value is (71,44,170). Sum of RGB (Red+Green+Blue) = 71+44+170=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #472CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472CAA is #B8D355. Grayscale: #414141. Windows color (decimal): -12112726 or 11152455. OLE color: 11152455.
HSL color Cylindrical-coordinate representation of color #472CAA: hue angle of 252.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #472CAA is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 44 | 170 | - |
| CMYK | 0.58 | 0.74 | 0 | 0.33 |
| HSL | 252.86º | 0.59% | 0.42% | - |
| HSV(B) | 252.86º | 0.74% | 0.67% | - |
| XYZ | 10.75 | 6.04 | 38.63 | - |
| YUV | 66.44 | 186.45 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 170 | 0.58 | 0.74 | 0 | 0.33 | 252.86 | 0.59 | 0.42 |
| Hex | 47 | 2C | AA | 3A | 4A | 0 | 21 | FD | 3B | 2A |
| Octal | 107 | 54 | 252 | 72 | 112 | 0 | 41 | 375 | 73 | 52 |
| Binary | 1000111 | 101100 | 10101010 | 111010 | 1001010 | 0 | 100001 | 11111101 | 111011 | 101010 |
Color Harmonies of #472CAA
Complementary color
Monochromatic Colors of #472CAA
Black with #472CAA
Text Example
Text Example
White with #472CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472CAA; }
p { color: rgb(71,44,170); }
H1.HeaderClassName
{
color: #472CAA;
}
.AnyTagClassName
{
color: #472CAA;
}
</style>
background-color css
<style>
a { background-color: #472CAA; }
a { background-color: rgb(71,44,170); }
div.DivClassName
{
background-color: #472CAA;
}
.BgClassName
{
background-color: #472CAA;
}
</style>
border-color css
<style>
span { border-color: #472CAA; }
span { border-color: rgb(71,44,170); }
td.TdClassName
{
border-color: #472CAA;
}
.TagClassName
{
border-color: #472CAA;
}
</style>