Shades of Blue Gem #472AA6
Tints of Blue Gem #472AA6
RGB
CMYK
RGB Variations
Color information
#472AA6 (or 0x472AA6) is known color: Blue Gem. HEX triplet: 47, 2A and A6. RGB value is (71,42,166). Sum of RGB (Red+Green+Blue) = 71+42+166=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #472AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472AA6 is #B8D559. Grayscale: #404040. Windows color (decimal): -12113242 or 10889799. OLE color: 10889799.
HSL color Cylindrical-coordinate representation of color #472AA6: hue angle of 254.03º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #472AA6 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 42 | 166 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.35 |
| HSL | 254.03º | 0.6% | 0.41% | - |
| HSV(B) | 254.03º | 0.75% | 0.65% | - |
| XYZ | 10.31 | 5.75 | 36.64 | - |
| YUV | 64.81 | 185.11 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 166 | 0.57 | 0.75 | 0 | 0.35 | 254.03 | 0.6 | 0.41 |
| Hex | 47 | 2A | A6 | 39 | 4B | 0 | 23 | FE | 3C | 29 |
| Octal | 107 | 52 | 246 | 71 | 113 | 0 | 43 | 376 | 74 | 51 |
| Binary | 1000111 | 101010 | 10100110 | 111001 | 1001011 | 0 | 100011 | 11111110 | 111100 | 101001 |
Color Harmonies of #472AA6
Complementary color
Monochromatic Colors of #472AA6
Black with #472AA6
Text Example
Text Example
White with #472AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472AA6; }
p { color: rgb(71,42,166); }
H1.HeaderClassName
{
color: #472AA6;
}
.AnyTagClassName
{
color: #472AA6;
}
</style>
background-color css
<style>
a { background-color: #472AA6; }
a { background-color: rgb(71,42,166); }
div.DivClassName
{
background-color: #472AA6;
}
.BgClassName
{
background-color: #472AA6;
}
</style>
border-color css
<style>
span { border-color: #472AA6; }
span { border-color: rgb(71,42,166); }
td.TdClassName
{
border-color: #472AA6;
}
.TagClassName
{
border-color: #472AA6;
}
</style>