Shades of Blue Gem #472BA1
Tints of Blue Gem #472BA1
RGB
CMYK
RGB Variations
Color information
#472BA1 (or 0x472BA1) is known color: Blue Gem. HEX triplet: 47, 2B and A1. RGB value is (71,43,161). Sum of RGB (Red+Green+Blue) = 71+43+161=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #472BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472BA1 is #B8D45E. Grayscale: #404040. Windows color (decimal): -12112991 or 10562375. OLE color: 10562375.
HSL color Cylindrical-coordinate representation of color #472BA1: hue angle of 254.24º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472BA1 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 43 | 161 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.37 |
| HSL | 254.24º | 0.58% | 0.4% | - |
| HSV(B) | 254.24º | 0.73% | 0.63% | - |
| XYZ | 9.9 | 5.64 | 34.29 | - |
| YUV | 64.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 161 | 0.56 | 0.73 | 0 | 0.37 | 254.24 | 0.58 | 0.4 |
| Hex | 47 | 2B | A1 | 38 | 49 | 0 | 25 | FE | 3A | 28 |
| Octal | 107 | 53 | 241 | 70 | 111 | 0 | 45 | 376 | 72 | 50 |
| Binary | 1000111 | 101011 | 10100001 | 111000 | 1001001 | 0 | 100101 | 11111110 | 111010 | 101000 |
Color Harmonies of #472BA1
Complementary color
Monochromatic Colors of #472BA1
Black with #472BA1
Text Example
Text Example
White with #472BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472BA1; }
p { color: rgb(71,43,161); }
H1.HeaderClassName
{
color: #472BA1;
}
.AnyTagClassName
{
color: #472BA1;
}
</style>
background-color css
<style>
a { background-color: #472BA1; }
a { background-color: rgb(71,43,161); }
div.DivClassName
{
background-color: #472BA1;
}
.BgClassName
{
background-color: #472BA1;
}
</style>
border-color css
<style>
span { border-color: #472BA1; }
span { border-color: rgb(71,43,161); }
td.TdClassName
{
border-color: #472BA1;
}
.TagClassName
{
border-color: #472BA1;
}
</style>