Shades of Blue Gem #4D3387
Tints of Blue Gem #4D3387
RGB
CMYK
RGB Variations
Color information
#4D3387 (or 0x4D3387) is known color: Blue Gem. HEX triplet: 4D, 33 and 87. RGB value is (77,51,135). Sum of RGB (Red+Green+Blue) = 77+51+135=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D3387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3387 is #B2CC78. Grayscale: #444444. Windows color (decimal): -11717753 or 8860493. OLE color: 8860493.
HSL color Cylindrical-coordinate representation of color #4D3387: hue angle of 258.57º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D3387 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 51 | 135 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.47 |
| HSL | 258.57º | 0.45% | 0.36% | - |
| HSV(B) | 258.57º | 0.62% | 0.53% | - |
| XYZ | 8.62 | 5.69 | 23.57 | - |
| YUV | 68.35 | 165.61 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 135 | 0.43 | 0.62 | 0 | 0.47 | 258.57 | 0.45 | 0.36 |
| Hex | 4D | 33 | 87 | 2B | 3E | 0 | 2F | 103 | 2D | 24 |
| Octal | 115 | 63 | 207 | 53 | 76 | 0 | 57 | 403 | 55 | 44 |
| Binary | 1001101 | 110011 | 10000111 | 101011 | 111110 | 0 | 101111 | 100000011 | 101101 | 100100 |
Color Harmonies of #4D3387
Complementary color
Monochromatic Colors of #4D3387
Black with #4D3387
Text Example
Text Example
White with #4D3387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3387; }
p { color: rgb(77,51,135); }
H1.HeaderClassName
{
color: #4D3387;
}
.AnyTagClassName
{
color: #4D3387;
}
</style>
background-color css
<style>
a { background-color: #4D3387; }
a { background-color: rgb(77,51,135); }
div.DivClassName
{
background-color: #4D3387;
}
.BgClassName
{
background-color: #4D3387;
}
</style>
border-color css
<style>
span { border-color: #4D3387; }
span { border-color: rgb(77,51,135); }
td.TdClassName
{
border-color: #4D3387;
}
.TagClassName
{
border-color: #4D3387;
}
</style>