Shades of Blue Gem #4D3987
Tints of Blue Gem #4D3987
RGB
CMYK
RGB Variations
Color information
#4D3987 (or 0x4D3987) is known color: Blue Gem. HEX triplet: 4D, 39 and 87. RGB value is (77,57,135). Sum of RGB (Red+Green+Blue) = 77+57+135=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D3987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3987 is #B2C678. Grayscale: #474747. Windows color (decimal): -11716217 or 8862029. OLE color: 8862029.
HSL color Cylindrical-coordinate representation of color #4D3987: hue angle of 255.38º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3987 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 57 | 135 | - |
| CMYK | 0.43 | 0.58 | 0 | 0.47 |
| HSL | 255.38º | 0.41% | 0.38% | - |
| HSV(B) | 255.38º | 0.58% | 0.53% | - |
| XYZ | 8.9 | 6.25 | 23.66 | - |
| YUV | 71.87 | 163.63 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 135 | 0.43 | 0.58 | 0 | 0.47 | 255.38 | 0.41 | 0.38 |
| Hex | 4D | 39 | 87 | 2B | 3A | 0 | 2F | FF | 29 | 26 |
| Octal | 115 | 71 | 207 | 53 | 72 | 0 | 57 | 377 | 51 | 46 |
| Binary | 1001101 | 111001 | 10000111 | 101011 | 111010 | 0 | 101111 | 11111111 | 101001 | 100110 |
Color Harmonies of #4D3987
Complementary color
Monochromatic Colors of #4D3987
Black with #4D3987
Text Example
Text Example
White with #4D3987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3987; }
p { color: rgb(77,57,135); }
H1.HeaderClassName
{
color: #4D3987;
}
.AnyTagClassName
{
color: #4D3987;
}
</style>
background-color css
<style>
a { background-color: #4D3987; }
a { background-color: rgb(77,57,135); }
div.DivClassName
{
background-color: #4D3987;
}
.BgClassName
{
background-color: #4D3987;
}
</style>
border-color css
<style>
span { border-color: #4D3987; }
span { border-color: rgb(77,57,135); }
td.TdClassName
{
border-color: #4D3987;
}
.TagClassName
{
border-color: #4D3987;
}
</style>