Shades of Blue Gem #4D379D
Tints of Blue Gem #4D379D
RGB
CMYK
RGB Variations
Color information
#4D379D (or 0x4D379D) is known color: Blue Gem. HEX triplet: 4D, 37 and 9D. RGB value is (77,55,157). Sum of RGB (Red+Green+Blue) = 77+55+157=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D379D is #B2C862. Grayscale: #484848. Windows color (decimal): -11716707 or 10303309. OLE color: 10303309.
HSL color Cylindrical-coordinate representation of color #4D379D: hue angle of 252.94º 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 #4D379D is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 55 | 157 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.38 |
| HSL | 252.94º | 0.48% | 0.42% | - |
| HSV(B) | 252.94º | 0.65% | 0.62% | - |
| XYZ | 10.51 | 6.74 | 32.65 | - |
| YUV | 73.21 | 175.29 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 157 | 0.51 | 0.65 | 0 | 0.38 | 252.94 | 0.48 | 0.42 |
| Hex | 4D | 37 | 9D | 33 | 41 | 0 | 26 | FD | 30 | 2A |
| Octal | 115 | 67 | 235 | 63 | 101 | 0 | 46 | 375 | 60 | 52 |
| Binary | 1001101 | 110111 | 10011101 | 110011 | 1000001 | 0 | 100110 | 11111101 | 110000 | 101010 |
Color Harmonies of #4D379D
Complementary color
Monochromatic Colors of #4D379D
Black with #4D379D
Text Example
Text Example
White with #4D379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D379D; }
p { color: rgb(77,55,157); }
H1.HeaderClassName
{
color: #4D379D;
}
.AnyTagClassName
{
color: #4D379D;
}
</style>
background-color css
<style>
a { background-color: #4D379D; }
a { background-color: rgb(77,55,157); }
div.DivClassName
{
background-color: #4D379D;
}
.BgClassName
{
background-color: #4D379D;
}
</style>
border-color css
<style>
span { border-color: #4D379D; }
span { border-color: rgb(77,55,157); }
td.TdClassName
{
border-color: #4D379D;
}
.TagClassName
{
border-color: #4D379D;
}
</style>