Shades of Blue Gem #4D359E
Tints of Blue Gem #4D359E
RGB
CMYK
RGB Variations
Color information
#4D359E (or 0x4D359E) is known color: Blue Gem. HEX triplet: 4D, 35 and 9E. RGB value is (77,53,158). Sum of RGB (Red+Green+Blue) = 77+53+158=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D359E is #B2CA61. Grayscale: #474747. Windows color (decimal): -11717218 or 10368333. OLE color: 10368333.
HSL color Cylindrical-coordinate representation of color #4D359E: hue angle of 253.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D359E is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 53 | 158 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.38 |
| HSL | 253.71º | 0.5% | 0.41% | - |
| HSV(B) | 253.71º | 0.66% | 0.62% | - |
| XYZ | 10.51 | 6.59 | 33.07 | - |
| YUV | 72.15 | 176.45 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 158 | 0.51 | 0.66 | 0 | 0.38 | 253.71 | 0.5 | 0.41 |
| Hex | 4D | 35 | 9E | 33 | 42 | 0 | 26 | FE | 32 | 29 |
| Octal | 115 | 65 | 236 | 63 | 102 | 0 | 46 | 376 | 62 | 51 |
| Binary | 1001101 | 110101 | 10011110 | 110011 | 1000010 | 0 | 100110 | 11111110 | 110010 | 101001 |
Color Harmonies of #4D359E
Complementary color
Monochromatic Colors of #4D359E
Black with #4D359E
Text Example
Text Example
White with #4D359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D359E; }
p { color: rgb(77,53,158); }
H1.HeaderClassName
{
color: #4D359E;
}
.AnyTagClassName
{
color: #4D359E;
}
</style>
background-color css
<style>
a { background-color: #4D359E; }
a { background-color: rgb(77,53,158); }
div.DivClassName
{
background-color: #4D359E;
}
.BgClassName
{
background-color: #4D359E;
}
</style>
border-color css
<style>
span { border-color: #4D359E; }
span { border-color: rgb(77,53,158); }
td.TdClassName
{
border-color: #4D359E;
}
.TagClassName
{
border-color: #4D359E;
}
</style>