Shades of Blue Gem #4D2A90
Tints of Blue Gem #4D2A90
RGB
CMYK
RGB Variations
Color information
#4D2A90 (or 0x4D2A90) is known color: Blue Gem. HEX triplet: 4D, 2A and 90. RGB value is (77,42,144). Sum of RGB (Red+Green+Blue) = 77+42+144=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D2A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2A90 is #B2D56F. Grayscale: #3F3F3F. Windows color (decimal): -11720048 or 9448013. OLE color: 9448013.
HSL color Cylindrical-coordinate representation of color #4D2A90: hue angle of 260.59º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D2A90 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 42 | 144 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.44 |
| HSL | 260.59º | 0.55% | 0.36% | - |
| HSV(B) | 260.59º | 0.71% | 0.56% | - |
| XYZ | 8.92 | 5.25 | 26.93 | - |
| YUV | 64.09 | 173.1 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 42 | 144 | 0.47 | 0.71 | 0 | 0.44 | 260.59 | 0.55 | 0.36 |
| Hex | 4D | 2A | 90 | 2F | 47 | 0 | 2C | 105 | 37 | 24 |
| Octal | 115 | 52 | 220 | 57 | 107 | 0 | 54 | 405 | 67 | 44 |
| Binary | 1001101 | 101010 | 10010000 | 101111 | 1000111 | 0 | 101100 | 100000101 | 110111 | 100100 |
Color Harmonies of #4D2A90
Complementary color
Monochromatic Colors of #4D2A90
Black with #4D2A90
Text Example
Text Example
White with #4D2A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2A90; }
p { color: rgb(77,42,144); }
H1.HeaderClassName
{
color: #4D2A90;
}
.AnyTagClassName
{
color: #4D2A90;
}
</style>
background-color css
<style>
a { background-color: #4D2A90; }
a { background-color: rgb(77,42,144); }
div.DivClassName
{
background-color: #4D2A90;
}
.BgClassName
{
background-color: #4D2A90;
}
</style>
border-color css
<style>
span { border-color: #4D2A90; }
span { border-color: rgb(77,42,144); }
td.TdClassName
{
border-color: #4D2A90;
}
.TagClassName
{
border-color: #4D2A90;
}
</style>