Shades of Blue Gem #4D3D88
Tints of Blue Gem #4D3D88
RGB
CMYK
RGB Variations
Color information
#4D3D88 (or 0x4D3D88) is known color: Blue Gem. HEX triplet: 4D, 3D and 88. RGB value is (77,61,136). Sum of RGB (Red+Green+Blue) = 77+61+136=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D3D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3D88 is #B2C277. Grayscale: #4A4A4A. Windows color (decimal): -11715192 or 8928589. OLE color: 8928589.
HSL color Cylindrical-coordinate representation of color #4D3D88: hue angle of 252.8º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D3D88 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 61 | 136 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.47 |
| HSL | 252.8º | 0.38% | 0.39% | - |
| HSV(B) | 252.8º | 0.55% | 0.53% | - |
| XYZ | 9.17 | 6.69 | 24.1 | - |
| YUV | 74.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 136 | 0.43 | 0.55 | 0 | 0.47 | 252.8 | 0.38 | 0.39 |
| Hex | 4D | 3D | 88 | 2B | 37 | 0 | 2F | FD | 26 | 27 |
| Octal | 115 | 75 | 210 | 53 | 67 | 0 | 57 | 375 | 46 | 47 |
| Binary | 1001101 | 111101 | 10001000 | 101011 | 110111 | 0 | 101111 | 11111101 | 100110 | 100111 |
Color Harmonies of #4D3D88
Complementary color
Monochromatic Colors of #4D3D88
Black with #4D3D88
Text Example
Text Example
White with #4D3D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3D88; }
p { color: rgb(77,61,136); }
H1.HeaderClassName
{
color: #4D3D88;
}
.AnyTagClassName
{
color: #4D3D88;
}
</style>
background-color css
<style>
a { background-color: #4D3D88; }
a { background-color: rgb(77,61,136); }
div.DivClassName
{
background-color: #4D3D88;
}
.BgClassName
{
background-color: #4D3D88;
}
</style>
border-color css
<style>
span { border-color: #4D3D88; }
span { border-color: rgb(77,61,136); }
td.TdClassName
{
border-color: #4D3D88;
}
.TagClassName
{
border-color: #4D3D88;
}
</style>