Shades of Blue Gem #4D2596
Tints of Blue Gem #4D2596
RGB
CMYK
RGB Variations
Color information
#4D2596 (or 0x4D2596) is known color: Blue Gem. HEX triplet: 4D, 25 and 96. RGB value is (77,37,150). Sum of RGB (Red+Green+Blue) = 77+37+150=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D2596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2596 is #B2DA69. Grayscale: #3D3D3D. Windows color (decimal): -11721322 or 9839949. OLE color: 9839949.
HSL color Cylindrical-coordinate representation of color #4D2596: hue angle of 261.24º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2596 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 37 | 150 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.41 |
| HSL | 261.24º | 0.6% | 0.37% | - |
| HSV(B) | 261.24º | 0.75% | 0.59% | - |
| XYZ | 9.23 | 5.1 | 29.35 | - |
| YUV | 61.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 150 | 0.49 | 0.75 | 0 | 0.41 | 261.24 | 0.6 | 0.37 |
| Hex | 4D | 25 | 96 | 31 | 4B | 0 | 29 | 105 | 3C | 25 |
| Octal | 115 | 45 | 226 | 61 | 113 | 0 | 51 | 405 | 74 | 45 |
| Binary | 1001101 | 100101 | 10010110 | 110001 | 1001011 | 0 | 101001 | 100000101 | 111100 | 100101 |
Color Harmonies of #4D2596
Complementary color
Monochromatic Colors of #4D2596
Black with #4D2596
Text Example
Text Example
White with #4D2596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2596; }
p { color: rgb(77,37,150); }
H1.HeaderClassName
{
color: #4D2596;
}
.AnyTagClassName
{
color: #4D2596;
}
</style>
background-color css
<style>
a { background-color: #4D2596; }
a { background-color: rgb(77,37,150); }
div.DivClassName
{
background-color: #4D2596;
}
.BgClassName
{
background-color: #4D2596;
}
</style>
border-color css
<style>
span { border-color: #4D2596; }
span { border-color: rgb(77,37,150); }
td.TdClassName
{
border-color: #4D2596;
}
.TagClassName
{
border-color: #4D2596;
}
</style>