Shades of Blue Gem #4D3489
Tints of Blue Gem #4D3489
RGB
CMYK
RGB Variations
Color information
#4D3489 (or 0x4D3489) is known color: Blue Gem. HEX triplet: 4D, 34 and 89. RGB value is (77,52,137). Sum of RGB (Red+Green+Blue) = 77+52+137=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D3489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3489 is #B2CB76. Grayscale: #444444. Windows color (decimal): -11717495 or 8991821. OLE color: 8991821.
HSL color Cylindrical-coordinate representation of color #4D3489: hue angle of 257.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D3489 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 52 | 137 | - |
| CMYK | 0.44 | 0.62 | 0 | 0.46 |
| HSL | 257.65º | 0.45% | 0.37% | - |
| HSV(B) | 257.65º | 0.62% | 0.54% | - |
| XYZ | 8.8 | 5.84 | 24.33 | - |
| YUV | 69.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 52 | 137 | 0.44 | 0.62 | 0 | 0.46 | 257.65 | 0.45 | 0.37 |
| Hex | 4D | 34 | 89 | 2C | 3E | 0 | 2E | 102 | 2D | 25 |
| Octal | 115 | 64 | 211 | 54 | 76 | 0 | 56 | 402 | 55 | 45 |
| Binary | 1001101 | 110100 | 10001001 | 101100 | 111110 | 0 | 101110 | 100000010 | 101101 | 100101 |
Color Harmonies of #4D3489
Complementary color
Monochromatic Colors of #4D3489
Black with #4D3489
Text Example
Text Example
White with #4D3489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3489; }
p { color: rgb(77,52,137); }
H1.HeaderClassName
{
color: #4D3489;
}
.AnyTagClassName
{
color: #4D3489;
}
</style>
background-color css
<style>
a { background-color: #4D3489; }
a { background-color: rgb(77,52,137); }
div.DivClassName
{
background-color: #4D3489;
}
.BgClassName
{
background-color: #4D3489;
}
</style>
border-color css
<style>
span { border-color: #4D3489; }
span { border-color: rgb(77,52,137); }
td.TdClassName
{
border-color: #4D3489;
}
.TagClassName
{
border-color: #4D3489;
}
</style>