Shades of Blue Gem #4C369A
Tints of Blue Gem #4C369A
RGB
CMYK
RGB Variations
Color information
#4C369A (or 0x4C369A) is known color: Blue Gem. HEX triplet: 4C, 36 and 9A. RGB value is (76,54,154). Sum of RGB (Red+Green+Blue) = 76+54+154=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C369A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C369A is #B3C965. Grayscale: #474747. Windows color (decimal): -11782502 or 10106444. OLE color: 10106444.
HSL color Cylindrical-coordinate representation of color #4C369A: hue angle of 253.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C369A is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 54 | 154 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.40 |
| HSL | 253.2º | 0.48% | 0.41% | - |
| HSV(B) | 253.2º | 0.65% | 0.6% | - |
| XYZ | 10.13 | 6.51 | 31.29 | - |
| YUV | 71.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 154 | 0.51 | 0.65 | 0 | 0.40 | 253.2 | 0.48 | 0.41 |
| Hex | 4C | 36 | 9A | 33 | 41 | 0 | 28 | FD | 30 | 29 |
| Octal | 114 | 66 | 232 | 63 | 101 | 0 | 50 | 375 | 60 | 51 |
| Binary | 1001100 | 110110 | 10011010 | 110011 | 1000001 | 0 | 101000 | 11111101 | 110000 | 101001 |
Color Harmonies of #4C369A
Complementary color
Monochromatic Colors of #4C369A
Black with #4C369A
Text Example
Text Example
White with #4C369A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C369A; }
p { color: rgb(76,54,154); }
H1.HeaderClassName
{
color: #4C369A;
}
.AnyTagClassName
{
color: #4C369A;
}
</style>
background-color css
<style>
a { background-color: #4C369A; }
a { background-color: rgb(76,54,154); }
div.DivClassName
{
background-color: #4C369A;
}
.BgClassName
{
background-color: #4C369A;
}
</style>
border-color css
<style>
span { border-color: #4C369A; }
span { border-color: rgb(76,54,154); }
td.TdClassName
{
border-color: #4C369A;
}
.TagClassName
{
border-color: #4C369A;
}
</style>