Shades of Blue Gem #4C419F
Tints of Blue Gem #4C419F
RGB
CMYK
RGB Variations
Color information
#4C419F (or 0x4C419F) is known color: Blue Gem. HEX triplet: 4C, 41 and 9F. RGB value is (76,65,159). Sum of RGB (Red+Green+Blue) = 76+65+159=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C419F is #B3BE60. Grayscale: #4E4E4E. Windows color (decimal): -11779681 or 10436940. OLE color: 10436940.
HSL color Cylindrical-coordinate representation of color #4C419F: hue angle of 247.02º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C419F is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 65 | 159 | - |
| CMYK | 0.52 | 0.59 | 0 | 0.38 |
| HSL | 247.02º | 0.42% | 0.44% | - |
| HSV(B) | 247.02º | 0.59% | 0.62% | - |
| XYZ | 11.13 | 7.82 | 33.72 | - |
| YUV | 79.01 | 173.14 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 159 | 0.52 | 0.59 | 0 | 0.38 | 247.02 | 0.42 | 0.44 |
| Hex | 4C | 41 | 9F | 34 | 3B | 0 | 26 | F7 | 2A | 2C |
| Octal | 114 | 101 | 237 | 64 | 73 | 0 | 46 | 367 | 52 | 54 |
| Binary | 1001100 | 1000001 | 10011111 | 110100 | 111011 | 0 | 100110 | 11110111 | 101010 | 101100 |
Color Harmonies of #4C419F
Complementary color
Monochromatic Colors of #4C419F
Black with #4C419F
Text Example
Text Example
White with #4C419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C419F; }
p { color: rgb(76,65,159); }
H1.HeaderClassName
{
color: #4C419F;
}
.AnyTagClassName
{
color: #4C419F;
}
</style>
background-color css
<style>
a { background-color: #4C419F; }
a { background-color: rgb(76,65,159); }
div.DivClassName
{
background-color: #4C419F;
}
.BgClassName
{
background-color: #4C419F;
}
</style>
border-color css
<style>
span { border-color: #4C419F; }
span { border-color: rgb(76,65,159); }
td.TdClassName
{
border-color: #4C419F;
}
.TagClassName
{
border-color: #4C419F;
}
</style>