Shades of Blue Gem #4D3C94
Tints of Blue Gem #4D3C94
RGB
CMYK
RGB Variations
Color information
#4D3C94 (or 0x4D3C94) is known color: Blue Gem. HEX triplet: 4D, 3C and 94. RGB value is (77,60,148). Sum of RGB (Red+Green+Blue) = 77+60+148=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D3C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3C94 is #B2C36B. Grayscale: #4A4A4A. Windows color (decimal): -11715436 or 9714765. OLE color: 9714765.
HSL color Cylindrical-coordinate representation of color #4D3C94: hue angle of 251.59º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D3C94 is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 60 | 148 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.42 |
| HSL | 251.59º | 0.42% | 0.41% | - |
| HSV(B) | 251.59º | 0.59% | 0.58% | - |
| XYZ | 10.02 | 6.95 | 28.83 | - |
| YUV | 75.12 | 169.13 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 148 | 0.48 | 0.59 | 0 | 0.42 | 251.59 | 0.42 | 0.41 |
| Hex | 4D | 3C | 94 | 30 | 3B | 0 | 2A | FC | 2A | 29 |
| Octal | 115 | 74 | 224 | 60 | 73 | 0 | 52 | 374 | 52 | 51 |
| Binary | 1001101 | 111100 | 10010100 | 110000 | 111011 | 0 | 101010 | 11111100 | 101010 | 101001 |
Color Harmonies of #4D3C94
Complementary color
Monochromatic Colors of #4D3C94
Black with #4D3C94
Text Example
Text Example
White with #4D3C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3C94; }
p { color: rgb(77,60,148); }
H1.HeaderClassName
{
color: #4D3C94;
}
.AnyTagClassName
{
color: #4D3C94;
}
</style>
background-color css
<style>
a { background-color: #4D3C94; }
a { background-color: rgb(77,60,148); }
div.DivClassName
{
background-color: #4D3C94;
}
.BgClassName
{
background-color: #4D3C94;
}
</style>
border-color css
<style>
span { border-color: #4D3C94; }
span { border-color: rgb(77,60,148); }
td.TdClassName
{
border-color: #4D3C94;
}
.TagClassName
{
border-color: #4D3C94;
}
</style>