Shades of Blue Gem #4C379A
Tints of Blue Gem #4C379A
RGB
CMYK
RGB Variations
Color information
#4C379A (or 0x4C379A) is known color: Blue Gem. HEX triplet: 4C, 37 and 9A. RGB value is (76,55,154). Sum of RGB (Red+Green+Blue) = 76+55+154=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C379A is #B3C865. Grayscale: #484848. Windows color (decimal): -11782246 or 10106700. OLE color: 10106700.
HSL color Cylindrical-coordinate representation of color #4C379A: hue angle of 252.73º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C379A is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 55 | 154 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.40 |
| HSL | 252.73º | 0.47% | 0.41% | - |
| HSV(B) | 252.73º | 0.64% | 0.6% | - |
| XYZ | 10.18 | 6.6 | 31.31 | - |
| YUV | 72.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 154 | 0.51 | 0.64 | 0 | 0.40 | 252.73 | 0.47 | 0.41 |
| Hex | 4C | 37 | 9A | 33 | 40 | 0 | 28 | FD | 2F | 29 |
| Octal | 114 | 67 | 232 | 63 | 100 | 0 | 50 | 375 | 57 | 51 |
| Binary | 1001100 | 110111 | 10011010 | 110011 | 1000000 | 0 | 101000 | 11111101 | 101111 | 101001 |
Color Harmonies of #4C379A
Complementary color
Monochromatic Colors of #4C379A
Black with #4C379A
Text Example
Text Example
White with #4C379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C379A; }
p { color: rgb(76,55,154); }
H1.HeaderClassName
{
color: #4C379A;
}
.AnyTagClassName
{
color: #4C379A;
}
</style>
background-color css
<style>
a { background-color: #4C379A; }
a { background-color: rgb(76,55,154); }
div.DivClassName
{
background-color: #4C379A;
}
.BgClassName
{
background-color: #4C379A;
}
</style>
border-color css
<style>
span { border-color: #4C379A; }
span { border-color: rgb(76,55,154); }
td.TdClassName
{
border-color: #4C379A;
}
.TagClassName
{
border-color: #4C379A;
}
</style>