Shades of Blue Gem #4D3A88
Tints of Blue Gem #4D3A88
RGB
CMYK
RGB Variations
Color information
#4D3A88 (or 0x4D3A88) is known color: Blue Gem. HEX triplet: 4D, 3A and 88. RGB value is (77,58,136). Sum of RGB (Red+Green+Blue) = 77+58+136=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D3A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3A88 is #B2C577. Grayscale: #484848. Windows color (decimal): -11715960 or 8927821. OLE color: 8927821.
HSL color Cylindrical-coordinate representation of color #4D3A88: hue angle of 254.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D3A88 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 58 | 136 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.47 |
| HSL | 254.62º | 0.4% | 0.38% | - |
| HSV(B) | 254.62º | 0.57% | 0.53% | - |
| XYZ | 9.02 | 6.38 | 24.05 | - |
| YUV | 72.57 | 163.79 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 136 | 0.43 | 0.57 | 0 | 0.47 | 254.62 | 0.4 | 0.38 |
| Hex | 4D | 3A | 88 | 2B | 39 | 0 | 2F | FF | 28 | 26 |
| Octal | 115 | 72 | 210 | 53 | 71 | 0 | 57 | 377 | 50 | 46 |
| Binary | 1001101 | 111010 | 10001000 | 101011 | 111001 | 0 | 101111 | 11111111 | 101000 | 100110 |
Color Harmonies of #4D3A88
Complementary color
Monochromatic Colors of #4D3A88
Black with #4D3A88
Text Example
Text Example
White with #4D3A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A88; }
p { color: rgb(77,58,136); }
H1.HeaderClassName
{
color: #4D3A88;
}
.AnyTagClassName
{
color: #4D3A88;
}
</style>
background-color css
<style>
a { background-color: #4D3A88; }
a { background-color: rgb(77,58,136); }
div.DivClassName
{
background-color: #4D3A88;
}
.BgClassName
{
background-color: #4D3A88;
}
</style>
border-color css
<style>
span { border-color: #4D3A88; }
span { border-color: rgb(77,58,136); }
td.TdClassName
{
border-color: #4D3A88;
}
.TagClassName
{
border-color: #4D3A88;
}
</style>