Shades of Blue Gem #472BAA
Tints of Blue Gem #472BAA
RGB
CMYK
RGB Variations
Color information
#472BAA (or 0x472BAA) is known color: Blue Gem. HEX triplet: 47, 2B and AA. RGB value is (71,43,170). Sum of RGB (Red+Green+Blue) = 71+43+170=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #472BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472BAA is #B8D455. Grayscale: #414141. Windows color (decimal): -12112982 or 11152199. OLE color: 11152199.
HSL color Cylindrical-coordinate representation of color #472BAA: hue angle of 253.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472BAA is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 43 | 170 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.33 |
| HSL | 253.23º | 0.6% | 0.42% | - |
| HSV(B) | 253.23º | 0.75% | 0.67% | - |
| XYZ | 10.72 | 5.97 | 38.62 | - |
| YUV | 65.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 170 | 0.58 | 0.75 | 0 | 0.33 | 253.23 | 0.6 | 0.42 |
| Hex | 47 | 2B | AA | 3A | 4B | 0 | 21 | FD | 3C | 2A |
| Octal | 107 | 53 | 252 | 72 | 113 | 0 | 41 | 375 | 74 | 52 |
| Binary | 1000111 | 101011 | 10101010 | 111010 | 1001011 | 0 | 100001 | 11111101 | 111100 | 101010 |
Color Harmonies of #472BAA
Complementary color
Monochromatic Colors of #472BAA
Black with #472BAA
Text Example
Text Example
White with #472BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BAA; }
p { color: rgb(71,43,170); }
H1.HeaderClassName
{
color: #472BAA;
}
.AnyTagClassName
{
color: #472BAA;
}
</style>
background-color css
<style>
a { background-color: #472BAA; }
a { background-color: rgb(71,43,170); }
div.DivClassName
{
background-color: #472BAA;
}
.BgClassName
{
background-color: #472BAA;
}
</style>
border-color css
<style>
span { border-color: #472BAA; }
span { border-color: rgb(71,43,170); }
td.TdClassName
{
border-color: #472BAA;
}
.TagClassName
{
border-color: #472BAA;
}
</style>