Shades of Blue Gem #4C3F96
Tints of Blue Gem #4C3F96
RGB
CMYK
RGB Variations
Color information
#4C3F96 (or 0x4C3F96) is known color: Blue Gem. HEX triplet: 4C, 3F and 96. RGB value is (76,63,150). Sum of RGB (Red+Green+Blue) = 76+63+150=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #4C3F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3F96 is #B3C069. Grayscale: #4C4C4C. Windows color (decimal): -11780202 or 9846604. OLE color: 9846604.
HSL color Cylindrical-coordinate representation of color #4C3F96: hue angle of 248.97º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C3F96 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 63 | 150 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.41 |
| HSL | 248.97º | 0.41% | 0.42% | - |
| HSV(B) | 248.97º | 0.58% | 0.59% | - |
| XYZ | 10.26 | 7.29 | 29.72 | - |
| YUV | 76.81 | 169.31 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 63 | 150 | 0.49 | 0.58 | 0 | 0.41 | 248.97 | 0.41 | 0.42 |
| Hex | 4C | 3F | 96 | 31 | 3A | 0 | 29 | F9 | 29 | 2A |
| Octal | 114 | 77 | 226 | 61 | 72 | 0 | 51 | 371 | 51 | 52 |
| Binary | 1001100 | 111111 | 10010110 | 110001 | 111010 | 0 | 101001 | 11111001 | 101001 | 101010 |
Color Harmonies of #4C3F96
Complementary color
Monochromatic Colors of #4C3F96
Black with #4C3F96
Text Example
Text Example
White with #4C3F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3F96; }
p { color: rgb(76,63,150); }
H1.HeaderClassName
{
color: #4C3F96;
}
.AnyTagClassName
{
color: #4C3F96;
}
</style>
background-color css
<style>
a { background-color: #4C3F96; }
a { background-color: rgb(76,63,150); }
div.DivClassName
{
background-color: #4C3F96;
}
.BgClassName
{
background-color: #4C3F96;
}
</style>
border-color css
<style>
span { border-color: #4C3F96; }
span { border-color: rgb(76,63,150); }
td.TdClassName
{
border-color: #4C3F96;
}
.TagClassName
{
border-color: #4C3F96;
}
</style>