Shades of Blue Gem #4C359E
Tints of Blue Gem #4C359E
RGB
CMYK
RGB Variations
Color information
#4C359E (or 0x4C359E) is known color: Blue Gem. HEX triplet: 4C, 35 and 9E. RGB value is (76,53,158). Sum of RGB (Red+Green+Blue) = 76+53+158=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C359E is #B3CA61. Grayscale: #474747. Windows color (decimal): -11782754 or 10368332. OLE color: 10368332.
HSL color Cylindrical-coordinate representation of color #4C359E: hue angle of 253.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C359E is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 53 | 158 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.38 |
| HSL | 253.14º | 0.5% | 0.41% | - |
| HSV(B) | 253.14º | 0.66% | 0.62% | - |
| XYZ | 10.43 | 6.55 | 33.06 | - |
| YUV | 71.85 | 176.62 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 53 | 158 | 0.52 | 0.66 | 0 | 0.38 | 253.14 | 0.5 | 0.41 |
| Hex | 4C | 35 | 9E | 34 | 42 | 0 | 26 | FD | 32 | 29 |
| Octal | 114 | 65 | 236 | 64 | 102 | 0 | 46 | 375 | 62 | 51 |
| Binary | 1001100 | 110101 | 10011110 | 110100 | 1000010 | 0 | 100110 | 11111101 | 110010 | 101001 |
Color Harmonies of #4C359E
Complementary color
Monochromatic Colors of #4C359E
Black with #4C359E
Text Example
Text Example
White with #4C359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C359E; }
p { color: rgb(76,53,158); }
H1.HeaderClassName
{
color: #4C359E;
}
.AnyTagClassName
{
color: #4C359E;
}
</style>
background-color css
<style>
a { background-color: #4C359E; }
a { background-color: rgb(76,53,158); }
div.DivClassName
{
background-color: #4C359E;
}
.BgClassName
{
background-color: #4C359E;
}
</style>
border-color css
<style>
span { border-color: #4C359E; }
span { border-color: rgb(76,53,158); }
td.TdClassName
{
border-color: #4C359E;
}
.TagClassName
{
border-color: #4C359E;
}
</style>