Shades of Blue Gem #4C2FAD
Tints of Blue Gem #4C2FAD
RGB
CMYK
RGB Variations
Color information
#4C2FAD (or 0x4C2FAD) is known color: Blue Gem. HEX triplet: 4C, 2F and AD. RGB value is (76,47,173). Sum of RGB (Red+Green+Blue) = 76+47+173=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C2FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2FAD is #B3D052. Grayscale: #454545. Windows color (decimal): -11784275 or 11349836. OLE color: 11349836.
HSL color Cylindrical-coordinate representation of color #4C2FAD: hue angle of 253.81º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C2FAD is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 47 | 173 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.32 |
| HSL | 253.81º | 0.57% | 0.43% | - |
| HSV(B) | 253.81º | 0.73% | 0.68% | - |
| XYZ | 11.54 | 6.59 | 40.2 | - |
| YUV | 70.04 | 186.11 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 47 | 173 | 0.56 | 0.73 | 0 | 0.32 | 253.81 | 0.57 | 0.43 |
| Hex | 4C | 2F | AD | 38 | 49 | 0 | 20 | FE | 39 | 2B |
| Octal | 114 | 57 | 255 | 70 | 111 | 0 | 40 | 376 | 71 | 53 |
| Binary | 1001100 | 101111 | 10101101 | 111000 | 1001001 | 0 | 100000 | 11111110 | 111001 | 101011 |
Color Harmonies of #4C2FAD
Complementary color
Monochromatic Colors of #4C2FAD
Black with #4C2FAD
Text Example
Text Example
White with #4C2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2FAD; }
p { color: rgb(76,47,173); }
H1.HeaderClassName
{
color: #4C2FAD;
}
.AnyTagClassName
{
color: #4C2FAD;
}
</style>
background-color css
<style>
a { background-color: #4C2FAD; }
a { background-color: rgb(76,47,173); }
div.DivClassName
{
background-color: #4C2FAD;
}
.BgClassName
{
background-color: #4C2FAD;
}
</style>
border-color css
<style>
span { border-color: #4C2FAD; }
span { border-color: rgb(76,47,173); }
td.TdClassName
{
border-color: #4C2FAD;
}
.TagClassName
{
border-color: #4C2FAD;
}
</style>