Shades of Blue Gem #4D379A
Tints of Blue Gem #4D379A
RGB
CMYK
RGB Variations
Color information
#4D379A (or 0x4D379A) is known color: Blue Gem. HEX triplet: 4D, 37 and 9A. RGB value is (77,55,154). Sum of RGB (Red+Green+Blue) = 77+55+154=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D379A is #B2C865. Grayscale: #484848. Windows color (decimal): -11716710 or 10106701. OLE color: 10106701.
HSL color Cylindrical-coordinate representation of color #4D379A: hue angle of 253.33º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D379A is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 55 | 154 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.40 |
| HSL | 253.33º | 0.47% | 0.41% | - |
| HSV(B) | 253.33º | 0.64% | 0.6% | - |
| XYZ | 10.26 | 6.64 | 31.31 | - |
| YUV | 72.86 | 173.79 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 154 | 0.50 | 0.64 | 0 | 0.40 | 253.33 | 0.47 | 0.41 |
| Hex | 4D | 37 | 9A | 32 | 40 | 0 | 28 | FD | 2F | 29 |
| Octal | 115 | 67 | 232 | 62 | 100 | 0 | 50 | 375 | 57 | 51 |
| Binary | 1001101 | 110111 | 10011010 | 110010 | 1000000 | 0 | 101000 | 11111101 | 101111 | 101001 |
Color Harmonies of #4D379A
Complementary color
Monochromatic Colors of #4D379A
Black with #4D379A
Text Example
Text Example
White with #4D379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D379A; }
p { color: rgb(77,55,154); }
H1.HeaderClassName
{
color: #4D379A;
}
.AnyTagClassName
{
color: #4D379A;
}
</style>
background-color css
<style>
a { background-color: #4D379A; }
a { background-color: rgb(77,55,154); }
div.DivClassName
{
background-color: #4D379A;
}
.BgClassName
{
background-color: #4D379A;
}
</style>
border-color css
<style>
span { border-color: #4D379A; }
span { border-color: rgb(77,55,154); }
td.TdClassName
{
border-color: #4D379A;
}
.TagClassName
{
border-color: #4D379A;
}
</style>