Shades of Blue Gem #4D3789
Tints of Blue Gem #4D3789
RGB
CMYK
RGB Variations
Color information
#4D3789 (or 0x4D3789) is known color: Blue Gem. HEX triplet: 4D, 37 and 89. RGB value is (77,55,137). Sum of RGB (Red+Green+Blue) = 77+55+137=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D3789 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3789 is #B2C876. Grayscale: #464646. Windows color (decimal): -11716727 or 8992589. OLE color: 8992589.
HSL color Cylindrical-coordinate representation of color #4D3789: hue angle of 256.1º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D3789 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 55 | 137 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.46 |
| HSL | 256.1º | 0.43% | 0.38% | - |
| HSV(B) | 256.1º | 0.6% | 0.54% | - |
| XYZ | 8.94 | 6.12 | 24.38 | - |
| YUV | 70.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 137 | 0.44 | 0.60 | 0 | 0.46 | 256.1 | 0.43 | 0.38 |
| Hex | 4D | 37 | 89 | 2C | 3C | 0 | 2E | 100 | 2B | 26 |
| Octal | 115 | 67 | 211 | 54 | 74 | 0 | 56 | 400 | 53 | 46 |
| Binary | 1001101 | 110111 | 10001001 | 101100 | 111100 | 0 | 101110 | 100000000 | 101011 | 100110 |
Color Harmonies of #4D3789
Complementary color
Monochromatic Colors of #4D3789
Black with #4D3789
Text Example
Text Example
White with #4D3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3789; }
p { color: rgb(77,55,137); }
H1.HeaderClassName
{
color: #4D3789;
}
.AnyTagClassName
{
color: #4D3789;
}
</style>
background-color css
<style>
a { background-color: #4D3789; }
a { background-color: rgb(77,55,137); }
div.DivClassName
{
background-color: #4D3789;
}
.BgClassName
{
background-color: #4D3789;
}
</style>
border-color css
<style>
span { border-color: #4D3789; }
span { border-color: rgb(77,55,137); }
td.TdClassName
{
border-color: #4D3789;
}
.TagClassName
{
border-color: #4D3789;
}
</style>