Shades of Blue Gem #4C4599
Tints of Blue Gem #4C4599
RGB
CMYK
RGB Variations
Color information
#4C4599 (or 0x4C4599) is known color: Blue Gem. HEX triplet: 4C, 45 and 99. RGB value is (76,69,153). Sum of RGB (Red+Green+Blue) = 76+69+153=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C4599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4599 is #B3BA66. Grayscale: #505050. Windows color (decimal): -11778663 or 10044748. OLE color: 10044748.
HSL color Cylindrical-coordinate representation of color #4C4599: hue angle of 245º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C4599 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 76 | 69 | 153 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.4 |
| HSL | 245º | 0.38% | 0.44% | - |
| HSV(B) | 245º | 0.55% | 0.6% | - |
| XYZ | 10.86 | 8.09 | 31.13 | - |
| YUV | 80.67 | 168.82 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 153 | 0.50 | 0.55 | 0 | 0.4 | 245 | 0.38 | 0.44 |
| Hex | 4C | 45 | 99 | 32 | 37 | 0 | 28 | F5 | 26 | 2C |
| Octal | 114 | 105 | 231 | 62 | 67 | 0 | 50 | 365 | 46 | 54 |
| Binary | 1001100 | 1000101 | 10011001 | 110010 | 110111 | 0 | 101000 | 11110101 | 100110 | 101100 |
Color Harmonies of #4C4599
Complementary color
Monochromatic Colors of #4C4599
Black with #4C4599
Text Example
Text Example
White with #4C4599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4599; }
p { color: rgb(76,69,153); }
H1.HeaderClassName
{
color: #4C4599;
}
.AnyTagClassName
{
color: #4C4599;
}
</style>
background-color css
<style>
a { background-color: #4C4599; }
a { background-color: rgb(76,69,153); }
div.DivClassName
{
background-color: #4C4599;
}
.BgClassName
{
background-color: #4C4599;
}
</style>
border-color css
<style>
span { border-color: #4C4599; }
span { border-color: rgb(76,69,153); }
td.TdClassName
{
border-color: #4C4599;
}
.TagClassName
{
border-color: #4C4599;
}
</style>