Shades of Blue Gem #472DAF
Tints of Blue Gem #472DAF
RGB
CMYK
RGB Variations
Color information
#472DAF (or 0x472DAF) is known color: Blue Gem. HEX triplet: 47, 2D and AF. RGB value is (71,45,175). Sum of RGB (Red+Green+Blue) = 71+45+175=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #472DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472DAF is #B8D250. Grayscale: #434343. Windows color (decimal): -12112465 or 11480391. OLE color: 11480391.
HSL color Cylindrical-coordinate representation of color #472DAF: hue angle of 252º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #472DAF is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 45 | 175 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.31 |
| HSL | 252º | 0.59% | 0.43% | - |
| HSV(B) | 252º | 0.74% | 0.69% | - |
| XYZ | 11.27 | 6.31 | 41.18 | - |
| YUV | 67.59 | 188.61 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 175 | 0.59 | 0.74 | 0 | 0.31 | 252 | 0.59 | 0.43 |
| Hex | 47 | 2D | AF | 3B | 4A | 0 | 1F | FC | 3B | 2B |
| Octal | 107 | 55 | 257 | 73 | 112 | 0 | 37 | 374 | 73 | 53 |
| Binary | 1000111 | 101101 | 10101111 | 111011 | 1001010 | 0 | 11111 | 11111100 | 111011 | 101011 |
Color Harmonies of #472DAF
Complementary color
Monochromatic Colors of #472DAF
Black with #472DAF
Text Example
Text Example
White with #472DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472DAF; }
p { color: rgb(71,45,175); }
H1.HeaderClassName
{
color: #472DAF;
}
.AnyTagClassName
{
color: #472DAF;
}
</style>
background-color css
<style>
a { background-color: #472DAF; }
a { background-color: rgb(71,45,175); }
div.DivClassName
{
background-color: #472DAF;
}
.BgClassName
{
background-color: #472DAF;
}
</style>
border-color css
<style>
span { border-color: #472DAF; }
span { border-color: rgb(71,45,175); }
td.TdClassName
{
border-color: #472DAF;
}
.TagClassName
{
border-color: #472DAF;
}
</style>