Shades of Blue Gem #4C4399
Tints of Blue Gem #4C4399
RGB
CMYK
RGB Variations
Color information
#4C4399 (or 0x4C4399) is known color: Blue Gem. HEX triplet: 4C, 43 and 99. RGB value is (76,67,153). Sum of RGB (Red+Green+Blue) = 76+67+153=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C4399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4399 is #B3BC66. Grayscale: #4F4F4F. Windows color (decimal): -11779175 or 10044236. OLE color: 10044236.
HSL color Cylindrical-coordinate representation of color #4C4399: hue angle of 246.28º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C4399 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 76 | 67 | 153 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.4 |
| HSL | 246.28º | 0.39% | 0.43% | - |
| HSV(B) | 246.28º | 0.56% | 0.6% | - |
| XYZ | 10.74 | 7.85 | 31.09 | - |
| YUV | 79.5 | 169.48 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 67 | 153 | 0.50 | 0.56 | 0 | 0.4 | 246.28 | 0.39 | 0.43 |
| Hex | 4C | 43 | 99 | 32 | 38 | 0 | 28 | F6 | 27 | 2B |
| Octal | 114 | 103 | 231 | 62 | 70 | 0 | 50 | 366 | 47 | 53 |
| Binary | 1001100 | 1000011 | 10011001 | 110010 | 111000 | 0 | 101000 | 11110110 | 100111 | 101011 |
Color Harmonies of #4C4399
Complementary color
Monochromatic Colors of #4C4399
Black with #4C4399
Text Example
Text Example
White with #4C4399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4399; }
p { color: rgb(76,67,153); }
H1.HeaderClassName
{
color: #4C4399;
}
.AnyTagClassName
{
color: #4C4399;
}
</style>
background-color css
<style>
a { background-color: #4C4399; }
a { background-color: rgb(76,67,153); }
div.DivClassName
{
background-color: #4C4399;
}
.BgClassName
{
background-color: #4C4399;
}
</style>
border-color css
<style>
span { border-color: #4C4399; }
span { border-color: rgb(76,67,153); }
td.TdClassName
{
border-color: #4C4399;
}
.TagClassName
{
border-color: #4C4399;
}
</style>