Shades of Blue Gem #4D3090
Tints of Blue Gem #4D3090
RGB
CMYK
RGB Variations
Color information
#4D3090 (or 0x4D3090) is known color: Blue Gem. HEX triplet: 4D, 30 and 90. RGB value is (77,48,144). Sum of RGB (Red+Green+Blue) = 77+48+144=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D3090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3090 is #B2CF6F. Grayscale: #434343. Windows color (decimal): -11718512 or 9449549. OLE color: 9449549.
HSL color Cylindrical-coordinate representation of color #4D3090: hue angle of 258.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D3090 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 48 | 144 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.44 |
| HSL | 258.13º | 0.5% | 0.38% | - |
| HSV(B) | 258.13º | 0.67% | 0.56% | - |
| XYZ | 9.15 | 5.71 | 27 | - |
| YUV | 67.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 48 | 144 | 0.47 | 0.67 | 0 | 0.44 | 258.13 | 0.5 | 0.38 |
| Hex | 4D | 30 | 90 | 2F | 43 | 0 | 2C | 102 | 32 | 26 |
| Octal | 115 | 60 | 220 | 57 | 103 | 0 | 54 | 402 | 62 | 46 |
| Binary | 1001101 | 110000 | 10010000 | 101111 | 1000011 | 0 | 101100 | 100000010 | 110010 | 100110 |
Color Harmonies of #4D3090
Complementary color
Monochromatic Colors of #4D3090
Black with #4D3090
Text Example
Text Example
White with #4D3090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3090; }
p { color: rgb(77,48,144); }
H1.HeaderClassName
{
color: #4D3090;
}
.AnyTagClassName
{
color: #4D3090;
}
</style>
background-color css
<style>
a { background-color: #4D3090; }
a { background-color: rgb(77,48,144); }
div.DivClassName
{
background-color: #4D3090;
}
.BgClassName
{
background-color: #4D3090;
}
</style>
border-color css
<style>
span { border-color: #4D3090; }
span { border-color: rgb(77,48,144); }
td.TdClassName
{
border-color: #4D3090;
}
.TagClassName
{
border-color: #4D3090;
}
</style>