Shades of Blue Gem #4D2599
Tints of Blue Gem #4D2599
RGB
CMYK
RGB Variations
Color information
#4D2599 (or 0x4D2599) is known color: Blue Gem. HEX triplet: 4D, 25 and 99. RGB value is (77,37,153). Sum of RGB (Red+Green+Blue) = 77+37+153=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D2599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2599 is #B2DA66. Grayscale: #3D3D3D. Windows color (decimal): -11721319 or 10036557. OLE color: 10036557.
HSL color Cylindrical-coordinate representation of color #4D2599: hue angle of 260.69º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D2599 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 37 | 153 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.4 |
| HSL | 260.69º | 0.61% | 0.37% | - |
| HSV(B) | 260.69º | 0.76% | 0.6% | - |
| XYZ | 9.47 | 5.2 | 30.64 | - |
| YUV | 62.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 153 | 0.50 | 0.76 | 0 | 0.4 | 260.69 | 0.61 | 0.37 |
| Hex | 4D | 25 | 99 | 32 | 4C | 0 | 28 | 105 | 3D | 25 |
| Octal | 115 | 45 | 231 | 62 | 114 | 0 | 50 | 405 | 75 | 45 |
| Binary | 1001101 | 100101 | 10011001 | 110010 | 1001100 | 0 | 101000 | 100000101 | 111101 | 100101 |
Color Harmonies of #4D2599
Complementary color
Monochromatic Colors of #4D2599
Black with #4D2599
Text Example
Text Example
White with #4D2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2599; }
p { color: rgb(77,37,153); }
H1.HeaderClassName
{
color: #4D2599;
}
.AnyTagClassName
{
color: #4D2599;
}
</style>
background-color css
<style>
a { background-color: #4D2599; }
a { background-color: rgb(77,37,153); }
div.DivClassName
{
background-color: #4D2599;
}
.BgClassName
{
background-color: #4D2599;
}
</style>
border-color css
<style>
span { border-color: #4D2599; }
span { border-color: rgb(77,37,153); }
td.TdClassName
{
border-color: #4D2599;
}
.TagClassName
{
border-color: #4D2599;
}
</style>