Shades of Blue Gem #4D388C
Tints of Blue Gem #4D388C
RGB
CMYK
RGB Variations
Color information
#4D388C (or 0x4D388C) is known color: Blue Gem. HEX triplet: 4D, 38 and 8C. RGB value is (77,56,140). Sum of RGB (Red+Green+Blue) = 77+56+140=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D388C is #B2C773. Grayscale: #474747. Windows color (decimal): -11716468 or 9189453. OLE color: 9189453.
HSL color Cylindrical-coordinate representation of color #4D388C: hue angle of 255º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D388C is Cyan = 0.45, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 56 | 140 | - |
| CMYK | 0.45 | 0.6 | 0 | 0.45 |
| HSL | 255º | 0.43% | 0.38% | - |
| HSV(B) | 255º | 0.6% | 0.55% | - |
| XYZ | 9.21 | 6.3 | 25.54 | - |
| YUV | 71.86 | 166.46 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 140 | 0.45 | 0.6 | 0 | 0.45 | 255 | 0.43 | 0.38 |
| Hex | 4D | 38 | 8C | 2D | 3C | 0 | 2D | FF | 2B | 26 |
| Octal | 115 | 70 | 214 | 55 | 74 | 0 | 55 | 377 | 53 | 46 |
| Binary | 1001101 | 111000 | 10001100 | 101101 | 111100 | 0 | 101101 | 11111111 | 101011 | 100110 |
Color Harmonies of #4D388C
Complementary color
Monochromatic Colors of #4D388C
Black with #4D388C
Text Example
Text Example
White with #4D388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D388C; }
p { color: rgb(77,56,140); }
H1.HeaderClassName
{
color: #4D388C;
}
.AnyTagClassName
{
color: #4D388C;
}
</style>
background-color css
<style>
a { background-color: #4D388C; }
a { background-color: rgb(77,56,140); }
div.DivClassName
{
background-color: #4D388C;
}
.BgClassName
{
background-color: #4D388C;
}
</style>
border-color css
<style>
span { border-color: #4D388C; }
span { border-color: rgb(77,56,140); }
td.TdClassName
{
border-color: #4D388C;
}
.TagClassName
{
border-color: #4D388C;
}
</style>