Shades of Blue Gem #4C358D
Tints of Blue Gem #4C358D
RGB
CMYK
RGB Variations
Color information
#4C358D (or 0x4C358D) is known color: Blue Gem. HEX triplet: 4C, 35 and 8D. RGB value is (76,53,141). Sum of RGB (Red+Green+Blue) = 76+53+141=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C358D is #B3CA72. Grayscale: #454545. Windows color (decimal): -11782771 or 9254220. OLE color: 9254220.
HSL color Cylindrical-coordinate representation of color #4C358D: hue angle of 255.68º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C358D is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 53 | 141 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.45 |
| HSL | 255.68º | 0.45% | 0.38% | - |
| HSV(B) | 255.68º | 0.62% | 0.55% | - |
| XYZ | 9.06 | 6.01 | 25.88 | - |
| YUV | 69.91 | 168.12 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 141 | 0.46 | 0.62 | 0 | 0.45 | 255.68 | 0.45 | 0.38 |
| Hex | 4C | 35 | 8D | 2E | 3E | 0 | 2D | 100 | 2D | 26 |
| Octal | 114 | 65 | 215 | 56 | 76 | 0 | 55 | 400 | 55 | 46 |
| Binary | 1001100 | 110101 | 10001101 | 101110 | 111110 | 0 | 101101 | 100000000 | 101101 | 100110 |
Color Harmonies of #4C358D
Complementary color
Monochromatic Colors of #4C358D
Black with #4C358D
Text Example
Text Example
White with #4C358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C358D; }
p { color: rgb(76,53,141); }
H1.HeaderClassName
{
color: #4C358D;
}
.AnyTagClassName
{
color: #4C358D;
}
</style>
background-color css
<style>
a { background-color: #4C358D; }
a { background-color: rgb(76,53,141); }
div.DivClassName
{
background-color: #4C358D;
}
.BgClassName
{
background-color: #4C358D;
}
</style>
border-color css
<style>
span { border-color: #4C358D; }
span { border-color: rgb(76,53,141); }
td.TdClassName
{
border-color: #4C358D;
}
.TagClassName
{
border-color: #4C358D;
}
</style>