Shades of Blue Gem #4D379B
Tints of Blue Gem #4D379B
RGB
CMYK
RGB Variations
Color information
#4D379B (or 0x4D379B) is known color: Blue Gem. HEX triplet: 4D, 37 and 9B. RGB value is (77,55,155). Sum of RGB (Red+Green+Blue) = 77+55+155=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D379B is #B2C864. Grayscale: #484848. Windows color (decimal): -11716709 or 10172237. OLE color: 10172237.
HSL color Cylindrical-coordinate representation of color #4D379B: hue angle of 253.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D379B is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 55 | 155 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.39 |
| HSL | 253.2º | 0.48% | 0.41% | - |
| HSV(B) | 253.2º | 0.65% | 0.61% | - |
| XYZ | 10.34 | 6.68 | 31.75 | - |
| YUV | 72.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 155 | 0.50 | 0.65 | 0 | 0.39 | 253.2 | 0.48 | 0.41 |
| Hex | 4D | 37 | 9B | 32 | 41 | 0 | 27 | FD | 30 | 29 |
| Octal | 115 | 67 | 233 | 62 | 101 | 0 | 47 | 375 | 60 | 51 |
| Binary | 1001101 | 110111 | 10011011 | 110010 | 1000001 | 0 | 100111 | 11111101 | 110000 | 101001 |
Color Harmonies of #4D379B
Complementary color
Monochromatic Colors of #4D379B
Black with #4D379B
Text Example
Text Example
White with #4D379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D379B; }
p { color: rgb(77,55,155); }
H1.HeaderClassName
{
color: #4D379B;
}
.AnyTagClassName
{
color: #4D379B;
}
</style>
background-color css
<style>
a { background-color: #4D379B; }
a { background-color: rgb(77,55,155); }
div.DivClassName
{
background-color: #4D379B;
}
.BgClassName
{
background-color: #4D379B;
}
</style>
border-color css
<style>
span { border-color: #4D379B; }
span { border-color: rgb(77,55,155); }
td.TdClassName
{
border-color: #4D379B;
}
.TagClassName
{
border-color: #4D379B;
}
</style>