Shades of Blue Gem #472AA5
Tints of Blue Gem #472AA5
RGB
CMYK
RGB Variations
Color information
#472AA5 (or 0x472AA5) is known color: Blue Gem. HEX triplet: 47, 2A and A5. RGB value is (71,42,165). Sum of RGB (Red+Green+Blue) = 71+42+165=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 165 (64.84% from 255 or 59.35% from 278); Max value from RGB is 165 - color contains mainly: blue. Hex color #472AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472AA5 is #B8D55A. Grayscale: #404040. Windows color (decimal): -12113243 or 10824263. OLE color: 10824263.
HSL color Cylindrical-coordinate representation of color #472AA5: hue angle of 254.15º degrees, saturation: 0.59, 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 #472AA5 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 71 | 42 | 165 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.35 |
| HSL | 254.15º | 0.59% | 0.41% | - |
| HSV(B) | 254.15º | 0.75% | 0.65% | - |
| XYZ | 10.22 | 5.71 | 36.16 | - |
| YUV | 64.69 | 184.61 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 165 | 0.57 | 0.75 | 0 | 0.35 | 254.15 | 0.59 | 0.41 |
| Hex | 47 | 2A | A5 | 39 | 4B | 0 | 23 | FE | 3B | 29 |
| Octal | 107 | 52 | 245 | 71 | 113 | 0 | 43 | 376 | 73 | 51 |
| Binary | 1000111 | 101010 | 10100101 | 111001 | 1001011 | 0 | 100011 | 11111110 | 111011 | 101001 |
Color Harmonies of #472AA5
Complementary color
Monochromatic Colors of #472AA5
Black with #472AA5
Text Example
Text Example
White with #472AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472AA5; }
p { color: rgb(71,42,165); }
H1.HeaderClassName
{
color: #472AA5;
}
.AnyTagClassName
{
color: #472AA5;
}
</style>
background-color css
<style>
a { background-color: #472AA5; }
a { background-color: rgb(71,42,165); }
div.DivClassName
{
background-color: #472AA5;
}
.BgClassName
{
background-color: #472AA5;
}
</style>
border-color css
<style>
span { border-color: #472AA5; }
span { border-color: rgb(71,42,165); }
td.TdClassName
{
border-color: #472AA5;
}
.TagClassName
{
border-color: #472AA5;
}
</style>