Shades of Blue Gem #4D3599
Tints of Blue Gem #4D3599
RGB
CMYK
RGB Variations
Color information
#4D3599 (or 0x4D3599) is known color: Blue Gem. HEX triplet: 4D, 35 and 99. RGB value is (77,53,153). Sum of RGB (Red+Green+Blue) = 77+53+153=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D3599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3599 is #B2CA66. Grayscale: #474747. Windows color (decimal): -11717223 or 10040653. OLE color: 10040653.
HSL color Cylindrical-coordinate representation of color #4D3599: hue angle of 254.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D3599 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 53 | 153 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.4 |
| HSL | 254.4º | 0.49% | 0.4% | - |
| HSV(B) | 254.4º | 0.65% | 0.6% | - |
| XYZ | 10.08 | 6.42 | 30.85 | - |
| YUV | 71.58 | 173.95 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 153 | 0.50 | 0.65 | 0 | 0.4 | 254.4 | 0.49 | 0.4 |
| Hex | 4D | 35 | 99 | 32 | 41 | 0 | 28 | FE | 31 | 28 |
| Octal | 115 | 65 | 231 | 62 | 101 | 0 | 50 | 376 | 61 | 50 |
| Binary | 1001101 | 110101 | 10011001 | 110010 | 1000001 | 0 | 101000 | 11111110 | 110001 | 101000 |
Color Harmonies of #4D3599
Complementary color
Monochromatic Colors of #4D3599
Black with #4D3599
Text Example
Text Example
White with #4D3599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3599; }
p { color: rgb(77,53,153); }
H1.HeaderClassName
{
color: #4D3599;
}
.AnyTagClassName
{
color: #4D3599;
}
</style>
background-color css
<style>
a { background-color: #4D3599; }
a { background-color: rgb(77,53,153); }
div.DivClassName
{
background-color: #4D3599;
}
.BgClassName
{
background-color: #4D3599;
}
</style>
border-color css
<style>
span { border-color: #4D3599; }
span { border-color: rgb(77,53,153); }
td.TdClassName
{
border-color: #4D3599;
}
.TagClassName
{
border-color: #4D3599;
}
</style>