Shades of Blue Gem #4D358E
Tints of Blue Gem #4D358E
RGB
CMYK
RGB Variations
Color information
#4D358E (or 0x4D358E) is known color: Blue Gem. HEX triplet: 4D, 35 and 8E. RGB value is (77,53,142). Sum of RGB (Red+Green+Blue) = 77+53+142=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D358E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D358E is #B2CA71. Grayscale: #454545. Windows color (decimal): -11717234 or 9319757. OLE color: 9319757.
HSL color Cylindrical-coordinate representation of color #4D358E: hue angle of 256.18º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D358E is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 53 | 142 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.44 |
| HSL | 256.18º | 0.46% | 0.38% | - |
| HSV(B) | 256.18º | 0.63% | 0.56% | - |
| XYZ | 9.22 | 6.08 | 26.28 | - |
| YUV | 70.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 142 | 0.46 | 0.63 | 0 | 0.44 | 256.18 | 0.46 | 0.38 |
| Hex | 4D | 35 | 8E | 2E | 3F | 0 | 2C | 100 | 2E | 26 |
| Octal | 115 | 65 | 216 | 56 | 77 | 0 | 54 | 400 | 56 | 46 |
| Binary | 1001101 | 110101 | 10001110 | 101110 | 111111 | 0 | 101100 | 100000000 | 101110 | 100110 |
Color Harmonies of #4D358E
Complementary color
Monochromatic Colors of #4D358E
Black with #4D358E
Text Example
Text Example
White with #4D358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D358E; }
p { color: rgb(77,53,142); }
H1.HeaderClassName
{
color: #4D358E;
}
.AnyTagClassName
{
color: #4D358E;
}
</style>
background-color css
<style>
a { background-color: #4D358E; }
a { background-color: rgb(77,53,142); }
div.DivClassName
{
background-color: #4D358E;
}
.BgClassName
{
background-color: #4D358E;
}
</style>
border-color css
<style>
span { border-color: #4D358E; }
span { border-color: rgb(77,53,142); }
td.TdClassName
{
border-color: #4D358E;
}
.TagClassName
{
border-color: #4D358E;
}
</style>