Shades of Blue Gem #4C339E
Tints of Blue Gem #4C339E
RGB
CMYK
RGB Variations
Color information
#4C339E (or 0x4C339E) is known color: Blue Gem. HEX triplet: 4C, 33 and 9E. RGB value is (76,51,158). Sum of RGB (Red+Green+Blue) = 76+51+158=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C339E is #B3CC61. Grayscale: #464646. Windows color (decimal): -11783266 or 10367820. OLE color: 10367820.
HSL color Cylindrical-coordinate representation of color #4C339E: hue angle of 254.02º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C339E is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 51 | 158 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.38 |
| HSL | 254.02º | 0.51% | 0.41% | - |
| HSV(B) | 254.02º | 0.68% | 0.62% | - |
| XYZ | 10.34 | 6.37 | 33.03 | - |
| YUV | 70.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 51 | 158 | 0.52 | 0.68 | 0 | 0.38 | 254.02 | 0.51 | 0.41 |
| Hex | 4C | 33 | 9E | 34 | 44 | 0 | 26 | FE | 33 | 29 |
| Octal | 114 | 63 | 236 | 64 | 104 | 0 | 46 | 376 | 63 | 51 |
| Binary | 1001100 | 110011 | 10011110 | 110100 | 1000100 | 0 | 100110 | 11111110 | 110011 | 101001 |
Color Harmonies of #4C339E
Complementary color
Monochromatic Colors of #4C339E
Black with #4C339E
Text Example
Text Example
White with #4C339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C339E; }
p { color: rgb(76,51,158); }
H1.HeaderClassName
{
color: #4C339E;
}
.AnyTagClassName
{
color: #4C339E;
}
</style>
background-color css
<style>
a { background-color: #4C339E; }
a { background-color: rgb(76,51,158); }
div.DivClassName
{
background-color: #4C339E;
}
.BgClassName
{
background-color: #4C339E;
}
</style>
border-color css
<style>
span { border-color: #4C339E; }
span { border-color: rgb(76,51,158); }
td.TdClassName
{
border-color: #4C339E;
}
.TagClassName
{
border-color: #4C339E;
}
</style>