Shades of Blue Gem #4D2890
Tints of Blue Gem #4D2890
RGB
CMYK
RGB Variations
Color information
#4D2890 (or 0x4D2890) is known color: Blue Gem. HEX triplet: 4D, 28 and 90. RGB value is (77,40,144). Sum of RGB (Red+Green+Blue) = 77+40+144=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D2890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2890 is #B2D76F. Grayscale: #3E3E3E. Windows color (decimal): -11720560 or 9447501. OLE color: 9447501.
HSL color Cylindrical-coordinate representation of color #4D2890: hue angle of 261.35º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D2890 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 40 | 144 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.44 |
| HSL | 261.35º | 0.57% | 0.36% | - |
| HSV(B) | 261.35º | 0.72% | 0.56% | - |
| XYZ | 8.85 | 5.11 | 26.91 | - |
| YUV | 62.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 144 | 0.47 | 0.72 | 0 | 0.44 | 261.35 | 0.57 | 0.36 |
| Hex | 4D | 28 | 90 | 2F | 48 | 0 | 2C | 105 | 39 | 24 |
| Octal | 115 | 50 | 220 | 57 | 110 | 0 | 54 | 405 | 71 | 44 |
| Binary | 1001101 | 101000 | 10010000 | 101111 | 1001000 | 0 | 101100 | 100000101 | 111001 | 100100 |
Color Harmonies of #4D2890
Complementary color
Monochromatic Colors of #4D2890
Black with #4D2890
Text Example
Text Example
White with #4D2890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2890; }
p { color: rgb(77,40,144); }
H1.HeaderClassName
{
color: #4D2890;
}
.AnyTagClassName
{
color: #4D2890;
}
</style>
background-color css
<style>
a { background-color: #4D2890; }
a { background-color: rgb(77,40,144); }
div.DivClassName
{
background-color: #4D2890;
}
.BgClassName
{
background-color: #4D2890;
}
</style>
border-color css
<style>
span { border-color: #4D2890; }
span { border-color: rgb(77,40,144); }
td.TdClassName
{
border-color: #4D2890;
}
.TagClassName
{
border-color: #4D2890;
}
</style>