Shades of Blue Gem #4D378D
Tints of Blue Gem #4D378D
RGB
CMYK
RGB Variations
Color information
#4D378D (or 0x4D378D) is known color: Blue Gem. HEX triplet: 4D, 37 and 8D. RGB value is (77,55,141). Sum of RGB (Red+Green+Blue) = 77+55+141=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D378D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D378D is #B2C872. Grayscale: #474747. Windows color (decimal): -11716723 or 9254733. OLE color: 9254733.
HSL color Cylindrical-coordinate representation of color #4D378D: hue angle of 255.35º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D378D is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 55 | 141 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.45 |
| HSL | 255.35º | 0.44% | 0.38% | - |
| HSV(B) | 255.35º | 0.61% | 0.55% | - |
| XYZ | 9.23 | 6.23 | 25.92 | - |
| YUV | 71.38 | 167.29 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 141 | 0.45 | 0.61 | 0 | 0.45 | 255.35 | 0.44 | 0.38 |
| Hex | 4D | 37 | 8D | 2D | 3D | 0 | 2D | FF | 2C | 26 |
| Octal | 115 | 67 | 215 | 55 | 75 | 0 | 55 | 377 | 54 | 46 |
| Binary | 1001101 | 110111 | 10001101 | 101101 | 111101 | 0 | 101101 | 11111111 | 101100 | 100110 |
Color Harmonies of #4D378D
Complementary color
Monochromatic Colors of #4D378D
Black with #4D378D
Text Example
Text Example
White with #4D378D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D378D; }
p { color: rgb(77,55,141); }
H1.HeaderClassName
{
color: #4D378D;
}
.AnyTagClassName
{
color: #4D378D;
}
</style>
background-color css
<style>
a { background-color: #4D378D; }
a { background-color: rgb(77,55,141); }
div.DivClassName
{
background-color: #4D378D;
}
.BgClassName
{
background-color: #4D378D;
}
</style>
border-color css
<style>
span { border-color: #4D378D; }
span { border-color: rgb(77,55,141); }
td.TdClassName
{
border-color: #4D378D;
}
.TagClassName
{
border-color: #4D378D;
}
</style>