Shades of Blue Gem #4D359D
Tints of Blue Gem #4D359D
RGB
CMYK
RGB Variations
Color information
#4D359D (or 0x4D359D) is known color: Blue Gem. HEX triplet: 4D, 35 and 9D. RGB value is (77,53,157). Sum of RGB (Red+Green+Blue) = 77+53+157=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D359D is #B2CA62. Grayscale: #474747. Windows color (decimal): -11717219 or 10302797. OLE color: 10302797.
HSL color Cylindrical-coordinate representation of color #4D359D: hue angle of 253.85º 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 #4D359D is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 53 | 157 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.38 |
| HSL | 253.85º | 0.5% | 0.41% | - |
| HSV(B) | 253.85º | 0.66% | 0.62% | - |
| XYZ | 10.42 | 6.56 | 32.62 | - |
| YUV | 72.03 | 175.95 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 157 | 0.51 | 0.66 | 0 | 0.38 | 253.85 | 0.5 | 0.41 |
| Hex | 4D | 35 | 9D | 33 | 42 | 0 | 26 | FE | 32 | 29 |
| Octal | 115 | 65 | 235 | 63 | 102 | 0 | 46 | 376 | 62 | 51 |
| Binary | 1001101 | 110101 | 10011101 | 110011 | 1000010 | 0 | 100110 | 11111110 | 110010 | 101001 |
Color Harmonies of #4D359D
Complementary color
Monochromatic Colors of #4D359D
Black with #4D359D
Text Example
Text Example
White with #4D359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D359D; }
p { color: rgb(77,53,157); }
H1.HeaderClassName
{
color: #4D359D;
}
.AnyTagClassName
{
color: #4D359D;
}
</style>
background-color css
<style>
a { background-color: #4D359D; }
a { background-color: rgb(77,53,157); }
div.DivClassName
{
background-color: #4D359D;
}
.BgClassName
{
background-color: #4D359D;
}
</style>
border-color css
<style>
span { border-color: #4D359D; }
span { border-color: rgb(77,53,157); }
td.TdClassName
{
border-color: #4D359D;
}
.TagClassName
{
border-color: #4D359D;
}
</style>