Shades of Blue Gem #4D3998
Tints of Blue Gem #4D3998
RGB
CMYK
RGB Variations
Color information
#4D3998 (or 0x4D3998) is known color: Blue Gem. HEX triplet: 4D, 39 and 98. RGB value is (77,57,152). Sum of RGB (Red+Green+Blue) = 77+57+152=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D3998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3998 is #B2C667. Grayscale: #494949. Windows color (decimal): -11716200 or 9976141. OLE color: 9976141.
HSL color Cylindrical-coordinate representation of color #4D3998: hue angle of 252.63º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D3998 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 57 | 152 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.40 |
| HSL | 252.63º | 0.45% | 0.41% | - |
| HSV(B) | 252.63º | 0.63% | 0.6% | - |
| XYZ | 10.19 | 6.77 | 30.48 | - |
| YUV | 73.81 | 172.13 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 152 | 0.49 | 0.62 | 0 | 0.40 | 252.63 | 0.45 | 0.41 |
| Hex | 4D | 39 | 98 | 31 | 3E | 0 | 28 | FD | 2D | 29 |
| Octal | 115 | 71 | 230 | 61 | 76 | 0 | 50 | 375 | 55 | 51 |
| Binary | 1001101 | 111001 | 10011000 | 110001 | 111110 | 0 | 101000 | 11111101 | 101101 | 101001 |
Color Harmonies of #4D3998
Complementary color
Monochromatic Colors of #4D3998
Black with #4D3998
Text Example
Text Example
White with #4D3998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3998; }
p { color: rgb(77,57,152); }
H1.HeaderClassName
{
color: #4D3998;
}
.AnyTagClassName
{
color: #4D3998;
}
</style>
background-color css
<style>
a { background-color: #4D3998; }
a { background-color: rgb(77,57,152); }
div.DivClassName
{
background-color: #4D3998;
}
.BgClassName
{
background-color: #4D3998;
}
</style>
border-color css
<style>
span { border-color: #4D3998; }
span { border-color: rgb(77,57,152); }
td.TdClassName
{
border-color: #4D3998;
}
.TagClassName
{
border-color: #4D3998;
}
</style>