Shades of Blue Gem #4D378E
Tints of Blue Gem #4D378E
RGB
CMYK
RGB Variations
Color information
#4D378E (or 0x4D378E) is known color: Blue Gem. HEX triplet: 4D, 37 and 8E. RGB value is (77,55,142). Sum of RGB (Red+Green+Blue) = 77+55+142=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D378E is #B2C871. Grayscale: #474747. Windows color (decimal): -11716722 or 9320269. OLE color: 9320269.
HSL color Cylindrical-coordinate representation of color #4D378E: hue angle of 255.17º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D378E is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 55 | 142 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.44 |
| HSL | 255.17º | 0.44% | 0.39% | - |
| HSV(B) | 255.17º | 0.61% | 0.56% | - |
| XYZ | 9.31 | 6.26 | 26.31 | - |
| YUV | 71.5 | 167.79 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 142 | 0.46 | 0.61 | 0 | 0.44 | 255.17 | 0.44 | 0.39 |
| Hex | 4D | 37 | 8E | 2E | 3D | 0 | 2C | FF | 2C | 27 |
| Octal | 115 | 67 | 216 | 56 | 75 | 0 | 54 | 377 | 54 | 47 |
| Binary | 1001101 | 110111 | 10001110 | 101110 | 111101 | 0 | 101100 | 11111111 | 101100 | 100111 |
Color Harmonies of #4D378E
Complementary color
Monochromatic Colors of #4D378E
Black with #4D378E
Text Example
Text Example
White with #4D378E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D378E; }
p { color: rgb(77,55,142); }
H1.HeaderClassName
{
color: #4D378E;
}
.AnyTagClassName
{
color: #4D378E;
}
</style>
background-color css
<style>
a { background-color: #4D378E; }
a { background-color: rgb(77,55,142); }
div.DivClassName
{
background-color: #4D378E;
}
.BgClassName
{
background-color: #4D378E;
}
</style>
border-color css
<style>
span { border-color: #4D378E; }
span { border-color: rgb(77,55,142); }
td.TdClassName
{
border-color: #4D378E;
}
.TagClassName
{
border-color: #4D378E;
}
</style>