Shades of Blue Gem #4D4191
Tints of Blue Gem #4D4191
RGB
CMYK
RGB Variations
Color information
#4D4191 (or 0x4D4191) is known color: Blue Gem. HEX triplet: 4D, 41 and 91. RGB value is (77,65,145). Sum of RGB (Red+Green+Blue) = 77+65+145=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D4191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4191 is #B2BE6E. Grayscale: #4D4D4D. Windows color (decimal): -11714159 or 9519437. OLE color: 9519437.
HSL color Cylindrical-coordinate representation of color #4D4191: hue angle of 249º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D4191 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 65 | 145 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.43 |
| HSL | 249º | 0.38% | 0.41% | - |
| HSV(B) | 249º | 0.55% | 0.57% | - |
| XYZ | 10.06 | 7.4 | 27.69 | - |
| YUV | 77.71 | 165.98 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 145 | 0.47 | 0.55 | 0 | 0.43 | 249 | 0.38 | 0.41 |
| Hex | 4D | 41 | 91 | 2F | 37 | 0 | 2B | F9 | 26 | 29 |
| Octal | 115 | 101 | 221 | 57 | 67 | 0 | 53 | 371 | 46 | 51 |
| Binary | 1001101 | 1000001 | 10010001 | 101111 | 110111 | 0 | 101011 | 11111001 | 100110 | 101001 |
Color Harmonies of #4D4191
Complementary color
Monochromatic Colors of #4D4191
Black with #4D4191
Text Example
Text Example
White with #4D4191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4191; }
p { color: rgb(77,65,145); }
H1.HeaderClassName
{
color: #4D4191;
}
.AnyTagClassName
{
color: #4D4191;
}
</style>
background-color css
<style>
a { background-color: #4D4191; }
a { background-color: rgb(77,65,145); }
div.DivClassName
{
background-color: #4D4191;
}
.BgClassName
{
background-color: #4D4191;
}
</style>
border-color css
<style>
span { border-color: #4D4191; }
span { border-color: rgb(77,65,145); }
td.TdClassName
{
border-color: #4D4191;
}
.TagClassName
{
border-color: #4D4191;
}
</style>