Shades of Blue Gem #4D3E93
Tints of Blue Gem #4D3E93
RGB
CMYK
RGB Variations
Color information
#4D3E93 (or 0x4D3E93) is known color: Blue Gem. HEX triplet: 4D, 3E and 93. RGB value is (77,62,147). Sum of RGB (Red+Green+Blue) = 77+62+147=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D3E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3E93 is #B2C16C. Grayscale: #4B4B4B. Windows color (decimal): -11714925 or 9649741. OLE color: 9649741.
HSL color Cylindrical-coordinate representation of color #4D3E93: hue angle of 250.59º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3E93 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 62 | 147 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.42 |
| HSL | 250.59º | 0.41% | 0.41% | - |
| HSV(B) | 250.59º | 0.58% | 0.58% | - |
| XYZ | 10.05 | 7.13 | 28.45 | - |
| YUV | 76.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 147 | 0.48 | 0.58 | 0 | 0.42 | 250.59 | 0.41 | 0.41 |
| Hex | 4D | 3E | 93 | 30 | 3A | 0 | 2A | FB | 29 | 29 |
| Octal | 115 | 76 | 223 | 60 | 72 | 0 | 52 | 373 | 51 | 51 |
| Binary | 1001101 | 111110 | 10010011 | 110000 | 111010 | 0 | 101010 | 11111011 | 101001 | 101001 |
Color Harmonies of #4D3E93
Complementary color
Monochromatic Colors of #4D3E93
Black with #4D3E93
Text Example
Text Example
White with #4D3E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E93; }
p { color: rgb(77,62,147); }
H1.HeaderClassName
{
color: #4D3E93;
}
.AnyTagClassName
{
color: #4D3E93;
}
</style>
background-color css
<style>
a { background-color: #4D3E93; }
a { background-color: rgb(77,62,147); }
div.DivClassName
{
background-color: #4D3E93;
}
.BgClassName
{
background-color: #4D3E93;
}
</style>
border-color css
<style>
span { border-color: #4D3E93; }
span { border-color: rgb(77,62,147); }
td.TdClassName
{
border-color: #4D3E93;
}
.TagClassName
{
border-color: #4D3E93;
}
</style>