Shades of Blue Gem #4D388E
Tints of Blue Gem #4D388E
RGB
CMYK
RGB Variations
Color information
#4D388E (or 0x4D388E) is known color: Blue Gem. HEX triplet: 4D, 38 and 8E. RGB value is (77,56,142). Sum of RGB (Red+Green+Blue) = 77+56+142=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D388E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D388E is #B2C771. Grayscale: #474747. Windows color (decimal): -11716466 or 9320525. OLE color: 9320525.
HSL color Cylindrical-coordinate representation of color #4D388E: hue angle of 254.65º degrees, saturation: 0.43, 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 #4D388E is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 56 | 142 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.44 |
| HSL | 254.65º | 0.43% | 0.39% | - |
| HSV(B) | 254.65º | 0.61% | 0.56% | - |
| XYZ | 9.36 | 6.36 | 26.33 | - |
| YUV | 72.08 | 167.46 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 142 | 0.46 | 0.61 | 0 | 0.44 | 254.65 | 0.43 | 0.39 |
| Hex | 4D | 38 | 8E | 2E | 3D | 0 | 2C | FF | 2B | 27 |
| Octal | 115 | 70 | 216 | 56 | 75 | 0 | 54 | 377 | 53 | 47 |
| Binary | 1001101 | 111000 | 10001110 | 101110 | 111101 | 0 | 101100 | 11111111 | 101011 | 100111 |
Color Harmonies of #4D388E
Complementary color
Monochromatic Colors of #4D388E
Black with #4D388E
Text Example
Text Example
White with #4D388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D388E; }
p { color: rgb(77,56,142); }
H1.HeaderClassName
{
color: #4D388E;
}
.AnyTagClassName
{
color: #4D388E;
}
</style>
background-color css
<style>
a { background-color: #4D388E; }
a { background-color: rgb(77,56,142); }
div.DivClassName
{
background-color: #4D388E;
}
.BgClassName
{
background-color: #4D388E;
}
</style>
border-color css
<style>
span { border-color: #4D388E; }
span { border-color: rgb(77,56,142); }
td.TdClassName
{
border-color: #4D388E;
}
.TagClassName
{
border-color: #4D388E;
}
</style>