Shades of Blue Gem #472FA3
Tints of Blue Gem #472FA3
RGB
CMYK
RGB Variations
Color information
#472FA3 (or 0x472FA3) is known color: Blue Gem. HEX triplet: 47, 2F and A3. RGB value is (71,47,163). Sum of RGB (Red+Green+Blue) = 71+47+163=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 163 (64.06% from 255 or 58.01% from 281); Max value from RGB is 163 - color contains mainly: blue. Hex color #472FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472FA3 is #B8D05C. Grayscale: #424242. Windows color (decimal): -12111965 or 10694471. OLE color: 10694471.
HSL color Cylindrical-coordinate representation of color #472FA3: hue angle of 252.41º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #472FA3 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 47 | 163 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.36 |
| HSL | 252.41º | 0.55% | 0.41% | - |
| HSV(B) | 252.41º | 0.71% | 0.64% | - |
| XYZ | 10.23 | 6.02 | 35.27 | - |
| YUV | 67.4 | 181.95 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 47 | 163 | 0.56 | 0.71 | 0 | 0.36 | 252.41 | 0.55 | 0.41 |
| Hex | 47 | 2F | A3 | 38 | 47 | 0 | 24 | FC | 37 | 29 |
| Octal | 107 | 57 | 243 | 70 | 107 | 0 | 44 | 374 | 67 | 51 |
| Binary | 1000111 | 101111 | 10100011 | 111000 | 1000111 | 0 | 100100 | 11111100 | 110111 | 101001 |
Color Harmonies of #472FA3
Complementary color
Monochromatic Colors of #472FA3
Black with #472FA3
Text Example
Text Example
White with #472FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472FA3; }
p { color: rgb(71,47,163); }
H1.HeaderClassName
{
color: #472FA3;
}
.AnyTagClassName
{
color: #472FA3;
}
</style>
background-color css
<style>
a { background-color: #472FA3; }
a { background-color: rgb(71,47,163); }
div.DivClassName
{
background-color: #472FA3;
}
.BgClassName
{
background-color: #472FA3;
}
</style>
border-color css
<style>
span { border-color: #472FA3; }
span { border-color: rgb(71,47,163); }
td.TdClassName
{
border-color: #472FA3;
}
.TagClassName
{
border-color: #472FA3;
}
</style>