Shades of Blue Gem #4D379E
Tints of Blue Gem #4D379E
RGB
CMYK
RGB Variations
Color information
#4D379E (or 0x4D379E) is known color: Blue Gem. HEX triplet: 4D, 37 and 9E. RGB value is (77,55,158). Sum of RGB (Red+Green+Blue) = 77+55+158=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D379E is #B2C861. Grayscale: #484848. Windows color (decimal): -11716706 or 10368845. OLE color: 10368845.
HSL color Cylindrical-coordinate representation of color #4D379E: hue angle of 252.82º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D379E is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 55 | 158 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.38 |
| HSL | 252.82º | 0.48% | 0.42% | - |
| HSV(B) | 252.82º | 0.65% | 0.62% | - |
| XYZ | 10.6 | 6.78 | 33.1 | - |
| YUV | 73.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 158 | 0.51 | 0.65 | 0 | 0.38 | 252.82 | 0.48 | 0.42 |
| Hex | 4D | 37 | 9E | 33 | 41 | 0 | 26 | FD | 30 | 2A |
| Octal | 115 | 67 | 236 | 63 | 101 | 0 | 46 | 375 | 60 | 52 |
| Binary | 1001101 | 110111 | 10011110 | 110011 | 1000001 | 0 | 100110 | 11111101 | 110000 | 101010 |
Color Harmonies of #4D379E
Complementary color
Monochromatic Colors of #4D379E
Black with #4D379E
Text Example
Text Example
White with #4D379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D379E; }
p { color: rgb(77,55,158); }
H1.HeaderClassName
{
color: #4D379E;
}
.AnyTagClassName
{
color: #4D379E;
}
</style>
background-color css
<style>
a { background-color: #4D379E; }
a { background-color: rgb(77,55,158); }
div.DivClassName
{
background-color: #4D379E;
}
.BgClassName
{
background-color: #4D379E;
}
</style>
border-color css
<style>
span { border-color: #4D379E; }
span { border-color: rgb(77,55,158); }
td.TdClassName
{
border-color: #4D379E;
}
.TagClassName
{
border-color: #4D379E;
}
</style>