Shades of Blue Gem #472E8C
Tints of Blue Gem #472E8C
RGB
CMYK
RGB Variations
Color information
#472E8C (or 0x472E8C) is known color: Blue Gem. HEX triplet: 47, 2E and 8C. RGB value is (71,46,140). Sum of RGB (Red+Green+Blue) = 71+46+140=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #472E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472E8C is #B8D173. Grayscale: #3F3F3F. Windows color (decimal): -12112244 or 9186887. OLE color: 9186887.
HSL color Cylindrical-coordinate representation of color #472E8C: hue angle of 255.96º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #472E8C is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 46 | 140 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.45 |
| HSL | 255.96º | 0.51% | 0.36% | - |
| HSV(B) | 255.96º | 0.67% | 0.55% | - |
| XYZ | 8.31 | 5.19 | 25.37 | - |
| YUV | 64.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 46 | 140 | 0.49 | 0.67 | 0 | 0.45 | 255.96 | 0.51 | 0.36 |
| Hex | 47 | 2E | 8C | 31 | 43 | 0 | 2D | 100 | 33 | 24 |
| Octal | 107 | 56 | 214 | 61 | 103 | 0 | 55 | 400 | 63 | 44 |
| Binary | 1000111 | 101110 | 10001100 | 110001 | 1000011 | 0 | 101101 | 100000000 | 110011 | 100100 |
Color Harmonies of #472E8C
Complementary color
Monochromatic Colors of #472E8C
Black with #472E8C
Text Example
Text Example
White with #472E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472E8C; }
p { color: rgb(71,46,140); }
H1.HeaderClassName
{
color: #472E8C;
}
.AnyTagClassName
{
color: #472E8C;
}
</style>
background-color css
<style>
a { background-color: #472E8C; }
a { background-color: rgb(71,46,140); }
div.DivClassName
{
background-color: #472E8C;
}
.BgClassName
{
background-color: #472E8C;
}
</style>
border-color css
<style>
span { border-color: #472E8C; }
span { border-color: rgb(71,46,140); }
td.TdClassName
{
border-color: #472E8C;
}
.TagClassName
{
border-color: #472E8C;
}
</style>