Shades of Blue Gem #472CAC
Tints of Blue Gem #472CAC
RGB
CMYK
RGB Variations
Color information
#472CAC (or 0x472CAC) is known color: Blue Gem. HEX triplet: 47, 2C and AC. RGB value is (71,44,172). Sum of RGB (Red+Green+Blue) = 71+44+172=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #472CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472CAC is #B8D353. Grayscale: #424242. Windows color (decimal): -12112724 or 11283527. OLE color: 11283527.
HSL color Cylindrical-coordinate representation of color #472CAC: hue angle of 252.66º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #472CAC is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 44 | 172 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.33 |
| HSL | 252.66º | 0.59% | 0.42% | - |
| HSV(B) | 252.66º | 0.74% | 0.67% | - |
| XYZ | 10.95 | 6.12 | 39.63 | - |
| YUV | 66.67 | 187.45 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 44 | 172 | 0.59 | 0.74 | 0 | 0.33 | 252.66 | 0.59 | 0.42 |
| Hex | 47 | 2C | AC | 3B | 4A | 0 | 21 | FD | 3B | 2A |
| Octal | 107 | 54 | 254 | 73 | 112 | 0 | 41 | 375 | 73 | 52 |
| Binary | 1000111 | 101100 | 10101100 | 111011 | 1001010 | 0 | 100001 | 11111101 | 111011 | 101010 |
Color Harmonies of #472CAC
Complementary color
Monochromatic Colors of #472CAC
Black with #472CAC
Text Example
Text Example
White with #472CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472CAC; }
p { color: rgb(71,44,172); }
H1.HeaderClassName
{
color: #472CAC;
}
.AnyTagClassName
{
color: #472CAC;
}
</style>
background-color css
<style>
a { background-color: #472CAC; }
a { background-color: rgb(71,44,172); }
div.DivClassName
{
background-color: #472CAC;
}
.BgClassName
{
background-color: #472CAC;
}
</style>
border-color css
<style>
span { border-color: #472CAC; }
span { border-color: rgb(71,44,172); }
td.TdClassName
{
border-color: #472CAC;
}
.TagClassName
{
border-color: #472CAC;
}
</style>