Shades of Blue Gem #4C2492
Tints of Blue Gem #4C2492
RGB
CMYK
RGB Variations
Color information
#4C2492 (or 0x4C2492) is known color: Blue Gem. HEX triplet: 4C, 24 and 92. RGB value is (76,36,146). Sum of RGB (Red+Green+Blue) = 76+36+146=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C2492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2492 is #B3DB6D. Grayscale: #3C3C3C. Windows color (decimal): -11787118 or 9577548. OLE color: 9577548.
HSL color Cylindrical-coordinate representation of color #4C2492: hue angle of 261.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2492 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 36 | 146 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.43 |
| HSL | 261.82º | 0.6% | 0.36% | - |
| HSV(B) | 261.82º | 0.75% | 0.57% | - |
| XYZ | 8.8 | 4.87 | 27.67 | - |
| YUV | 60.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 36 | 146 | 0.48 | 0.75 | 0 | 0.43 | 261.82 | 0.6 | 0.36 |
| Hex | 4C | 24 | 92 | 30 | 4B | 0 | 2B | 106 | 3C | 24 |
| Octal | 114 | 44 | 222 | 60 | 113 | 0 | 53 | 406 | 74 | 44 |
| Binary | 1001100 | 100100 | 10010010 | 110000 | 1001011 | 0 | 101011 | 100000110 | 111100 | 100100 |
Color Harmonies of #4C2492
Complementary color
Monochromatic Colors of #4C2492
Black with #4C2492
Text Example
Text Example
White with #4C2492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2492; }
p { color: rgb(76,36,146); }
H1.HeaderClassName
{
color: #4C2492;
}
.AnyTagClassName
{
color: #4C2492;
}
</style>
background-color css
<style>
a { background-color: #4C2492; }
a { background-color: rgb(76,36,146); }
div.DivClassName
{
background-color: #4C2492;
}
.BgClassName
{
background-color: #4C2492;
}
</style>
border-color css
<style>
span { border-color: #4C2492; }
span { border-color: rgb(76,36,146); }
td.TdClassName
{
border-color: #4C2492;
}
.TagClassName
{
border-color: #4C2492;
}
</style>