Shades of Blue Gem #4D2F98
Tints of Blue Gem #4D2F98
RGB
CMYK
RGB Variations
Color information
#4D2F98 (or 0x4D2F98) is known color: Blue Gem. HEX triplet: 4D, 2F and 98. RGB value is (77,47,152). Sum of RGB (Red+Green+Blue) = 77+47+152=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D2F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2F98 is #B2D067. Grayscale: #434343. Windows color (decimal): -11718760 or 9973581. OLE color: 9973581.
HSL color Cylindrical-coordinate representation of color #4D2F98: hue angle of 257.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D2F98 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 47 | 152 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.40 |
| HSL | 257.14º | 0.53% | 0.39% | - |
| HSV(B) | 257.14º | 0.69% | 0.6% | - |
| XYZ | 9.74 | 5.88 | 30.33 | - |
| YUV | 67.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 152 | 0.49 | 0.69 | 0 | 0.40 | 257.14 | 0.53 | 0.39 |
| Hex | 4D | 2F | 98 | 31 | 45 | 0 | 28 | 101 | 35 | 27 |
| Octal | 115 | 57 | 230 | 61 | 105 | 0 | 50 | 401 | 65 | 47 |
| Binary | 1001101 | 101111 | 10011000 | 110001 | 1000101 | 0 | 101000 | 100000001 | 110101 | 100111 |
Color Harmonies of #4D2F98
Complementary color
Monochromatic Colors of #4D2F98
Black with #4D2F98
Text Example
Text Example
White with #4D2F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F98; }
p { color: rgb(77,47,152); }
H1.HeaderClassName
{
color: #4D2F98;
}
.AnyTagClassName
{
color: #4D2F98;
}
</style>
background-color css
<style>
a { background-color: #4D2F98; }
a { background-color: rgb(77,47,152); }
div.DivClassName
{
background-color: #4D2F98;
}
.BgClassName
{
background-color: #4D2F98;
}
</style>
border-color css
<style>
span { border-color: #4D2F98; }
span { border-color: rgb(77,47,152); }
td.TdClassName
{
border-color: #4D2F98;
}
.TagClassName
{
border-color: #4D2F98;
}
</style>