Shades of Blue Gem #4D37A9
Tints of Blue Gem #4D37A9
RGB
CMYK
RGB Variations
Color information
#4D37A9 (or 0x4D37A9) is known color: Blue Gem. HEX triplet: 4D, 37 and A9. RGB value is (77,55,169). Sum of RGB (Red+Green+Blue) = 77+55+169=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D37A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D37A9 is #B2C856. Grayscale: #4A4A4A. Windows color (decimal): -11716695 or 11089741. OLE color: 11089741.
HSL color Cylindrical-coordinate representation of color #4D37A9: hue angle of 251.58º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D37A9 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 55 | 169 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.34 |
| HSL | 251.58º | 0.51% | 0.44% | - |
| HSV(B) | 251.58º | 0.67% | 0.66% | - |
| XYZ | 11.59 | 7.17 | 38.31 | - |
| YUV | 74.57 | 181.29 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 55 | 169 | 0.54 | 0.67 | 0 | 0.34 | 251.58 | 0.51 | 0.44 |
| Hex | 4D | 37 | A9 | 36 | 43 | 0 | 22 | FC | 33 | 2C |
| Octal | 115 | 67 | 251 | 66 | 103 | 0 | 42 | 374 | 63 | 54 |
| Binary | 1001101 | 110111 | 10101001 | 110110 | 1000011 | 0 | 100010 | 11111100 | 110011 | 101100 |
Color Harmonies of #4D37A9
Complementary color
Monochromatic Colors of #4D37A9
Black with #4D37A9
Text Example
Text Example
White with #4D37A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D37A9; }
p { color: rgb(77,55,169); }
H1.HeaderClassName
{
color: #4D37A9;
}
.AnyTagClassName
{
color: #4D37A9;
}
</style>
background-color css
<style>
a { background-color: #4D37A9; }
a { background-color: rgb(77,55,169); }
div.DivClassName
{
background-color: #4D37A9;
}
.BgClassName
{
background-color: #4D37A9;
}
</style>
border-color css
<style>
span { border-color: #4D37A9; }
span { border-color: rgb(77,55,169); }
td.TdClassName
{
border-color: #4D37A9;
}
.TagClassName
{
border-color: #4D37A9;
}
</style>