Shades of Blue Gem #4D388B
Tints of Blue Gem #4D388B
RGB
CMYK
RGB Variations
Color information
#4D388B (or 0x4D388B) is known color: Blue Gem. HEX triplet: 4D, 38 and 8B. RGB value is (77,56,139). Sum of RGB (Red+Green+Blue) = 77+56+139=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D388B is #B2C774. Grayscale: #474747. Windows color (decimal): -11716469 or 9123917. OLE color: 9123917.
HSL color Cylindrical-coordinate representation of color #4D388B: hue angle of 255.18º 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 #4D388B is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 56 | 139 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.45 |
| HSL | 255.18º | 0.43% | 0.38% | - |
| HSV(B) | 255.18º | 0.6% | 0.55% | - |
| XYZ | 9.13 | 6.27 | 25.15 | - |
| YUV | 71.74 | 165.96 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 139 | 0.45 | 0.60 | 0 | 0.45 | 255.18 | 0.43 | 0.38 |
| Hex | 4D | 38 | 8B | 2D | 3C | 0 | 2D | FF | 2B | 26 |
| Octal | 115 | 70 | 213 | 55 | 74 | 0 | 55 | 377 | 53 | 46 |
| Binary | 1001101 | 111000 | 10001011 | 101101 | 111100 | 0 | 101101 | 11111111 | 101011 | 100110 |
Color Harmonies of #4D388B
Complementary color
Monochromatic Colors of #4D388B
Black with #4D388B
Text Example
Text Example
White with #4D388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D388B; }
p { color: rgb(77,56,139); }
H1.HeaderClassName
{
color: #4D388B;
}
.AnyTagClassName
{
color: #4D388B;
}
</style>
background-color css
<style>
a { background-color: #4D388B; }
a { background-color: rgb(77,56,139); }
div.DivClassName
{
background-color: #4D388B;
}
.BgClassName
{
background-color: #4D388B;
}
</style>
border-color css
<style>
span { border-color: #4D388B; }
span { border-color: rgb(77,56,139); }
td.TdClassName
{
border-color: #4D388B;
}
.TagClassName
{
border-color: #4D388B;
}
</style>