Shades of Blue Gem #4D358C
Tints of Blue Gem #4D358C
RGB
CMYK
RGB Variations
Color information
#4D358C (or 0x4D358C) is known color: Blue Gem. HEX triplet: 4D, 35 and 8C. RGB value is (77,53,140). Sum of RGB (Red+Green+Blue) = 77+53+140=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D358C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D358C is #B2CA73. Grayscale: #454545. Windows color (decimal): -11717236 or 9188685. OLE color: 9188685.
HSL color Cylindrical-coordinate representation of color #4D358C: hue angle of 256.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D358C is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 53 | 140 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.45 |
| HSL | 256.55º | 0.45% | 0.38% | - |
| HSV(B) | 256.55º | 0.62% | 0.55% | - |
| XYZ | 9.07 | 6.02 | 25.49 | - |
| YUV | 70.09 | 167.45 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 53 | 140 | 0.45 | 0.62 | 0 | 0.45 | 256.55 | 0.45 | 0.38 |
| Hex | 4D | 35 | 8C | 2D | 3E | 0 | 2D | 101 | 2D | 26 |
| Octal | 115 | 65 | 214 | 55 | 76 | 0 | 55 | 401 | 55 | 46 |
| Binary | 1001101 | 110101 | 10001100 | 101101 | 111110 | 0 | 101101 | 100000001 | 101101 | 100110 |
Color Harmonies of #4D358C
Complementary color
Monochromatic Colors of #4D358C
Black with #4D358C
Text Example
Text Example
White with #4D358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D358C; }
p { color: rgb(77,53,140); }
H1.HeaderClassName
{
color: #4D358C;
}
.AnyTagClassName
{
color: #4D358C;
}
</style>
background-color css
<style>
a { background-color: #4D358C; }
a { background-color: rgb(77,53,140); }
div.DivClassName
{
background-color: #4D358C;
}
.BgClassName
{
background-color: #4D358C;
}
</style>
border-color css
<style>
span { border-color: #4D358C; }
span { border-color: rgb(77,53,140); }
td.TdClassName
{
border-color: #4D358C;
}
.TagClassName
{
border-color: #4D358C;
}
</style>