Shades of Blue Gem #4D2F89
Tints of Blue Gem #4D2F89
RGB
CMYK
RGB Variations
Color information
#4D2F89 (or 0x4D2F89) is known color: Blue Gem. HEX triplet: 4D, 2F and 89. RGB value is (77,47,137). Sum of RGB (Red+Green+Blue) = 77+47+137=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D2F89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2F89 is #B2D076. Grayscale: #414141. Windows color (decimal): -11718775 or 8990541. OLE color: 8990541.
HSL color Cylindrical-coordinate representation of color #4D2F89: hue angle of 260º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D2F89 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 47 | 137 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.46 |
| HSL | 260º | 0.49% | 0.36% | - |
| HSV(B) | 260º | 0.66% | 0.54% | - |
| XYZ | 8.59 | 5.42 | 24.26 | - |
| YUV | 66.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 47 | 137 | 0.44 | 0.66 | 0 | 0.46 | 260 | 0.49 | 0.36 |
| Hex | 4D | 2F | 89 | 2C | 42 | 0 | 2E | 104 | 31 | 24 |
| Octal | 115 | 57 | 211 | 54 | 102 | 0 | 56 | 404 | 61 | 44 |
| Binary | 1001101 | 101111 | 10001001 | 101100 | 1000010 | 0 | 101110 | 100000100 | 110001 | 100100 |
Color Harmonies of #4D2F89
Complementary color
Monochromatic Colors of #4D2F89
Black with #4D2F89
Text Example
Text Example
White with #4D2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2F89; }
p { color: rgb(77,47,137); }
H1.HeaderClassName
{
color: #4D2F89;
}
.AnyTagClassName
{
color: #4D2F89;
}
</style>
background-color css
<style>
a { background-color: #4D2F89; }
a { background-color: rgb(77,47,137); }
div.DivClassName
{
background-color: #4D2F89;
}
.BgClassName
{
background-color: #4D2F89;
}
</style>
border-color css
<style>
span { border-color: #4D2F89; }
span { border-color: rgb(77,47,137); }
td.TdClassName
{
border-color: #4D2F89;
}
.TagClassName
{
border-color: #4D2F89;
}
</style>