Shades of Blue Gem #4C358A
Tints of Blue Gem #4C358A
RGB
CMYK
RGB Variations
Color information
#4C358A (or 0x4C358A) is known color: Blue Gem. HEX triplet: 4C, 35 and 8A. RGB value is (76,53,138). Sum of RGB (Red+Green+Blue) = 76+53+138=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C358A is #B3CA75. Grayscale: #454545. Windows color (decimal): -11782774 or 9057612. OLE color: 9057612.
HSL color Cylindrical-coordinate representation of color #4C358A: hue angle of 256.24º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C358A is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 53 | 138 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.46 |
| HSL | 256.24º | 0.45% | 0.37% | - |
| HSV(B) | 256.24º | 0.62% | 0.54% | - |
| XYZ | 8.84 | 5.92 | 24.72 | - |
| YUV | 69.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 138 | 0.45 | 0.62 | 0 | 0.46 | 256.24 | 0.45 | 0.37 |
| Hex | 4C | 35 | 8A | 2D | 3E | 0 | 2E | 100 | 2D | 25 |
| Octal | 114 | 65 | 212 | 55 | 76 | 0 | 56 | 400 | 55 | 45 |
| Binary | 1001100 | 110101 | 10001010 | 101101 | 111110 | 0 | 101110 | 100000000 | 101101 | 100101 |
Color Harmonies of #4C358A
Complementary color
Monochromatic Colors of #4C358A
Black with #4C358A
Text Example
Text Example
White with #4C358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C358A; }
p { color: rgb(76,53,138); }
H1.HeaderClassName
{
color: #4C358A;
}
.AnyTagClassName
{
color: #4C358A;
}
</style>
background-color css
<style>
a { background-color: #4C358A; }
a { background-color: rgb(76,53,138); }
div.DivClassName
{
background-color: #4C358A;
}
.BgClassName
{
background-color: #4C358A;
}
</style>
border-color css
<style>
span { border-color: #4C358A; }
span { border-color: rgb(76,53,138); }
td.TdClassName
{
border-color: #4C358A;
}
.TagClassName
{
border-color: #4C358A;
}
</style>