Shades of Blue Gem #4D418D
Tints of Blue Gem #4D418D
RGB
CMYK
RGB Variations
Color information
#4D418D (or 0x4D418D) is known color: Blue Gem. HEX triplet: 4D, 41 and 8D. RGB value is (77,65,141). Sum of RGB (Red+Green+Blue) = 77+65+141=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D418D is #B2BE72. Grayscale: #4C4C4C. Windows color (decimal): -11714163 or 9257293. OLE color: 9257293.
HSL color Cylindrical-coordinate representation of color #4D418D: hue angle of 249.47º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D418D is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 65 | 141 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.45 |
| HSL | 249.47º | 0.37% | 0.4% | - |
| HSV(B) | 249.47º | 0.54% | 0.55% | - |
| XYZ | 9.76 | 7.28 | 26.09 | - |
| YUV | 77.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 141 | 0.45 | 0.54 | 0 | 0.45 | 249.47 | 0.37 | 0.4 |
| Hex | 4D | 41 | 8D | 2D | 36 | 0 | 2D | F9 | 25 | 28 |
| Octal | 115 | 101 | 215 | 55 | 66 | 0 | 55 | 371 | 45 | 50 |
| Binary | 1001101 | 1000001 | 10001101 | 101101 | 110110 | 0 | 101101 | 11111001 | 100101 | 101000 |
Color Harmonies of #4D418D
Complementary color
Monochromatic Colors of #4D418D
Black with #4D418D
Text Example
Text Example
White with #4D418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D418D; }
p { color: rgb(77,65,141); }
H1.HeaderClassName
{
color: #4D418D;
}
.AnyTagClassName
{
color: #4D418D;
}
</style>
background-color css
<style>
a { background-color: #4D418D; }
a { background-color: rgb(77,65,141); }
div.DivClassName
{
background-color: #4D418D;
}
.BgClassName
{
background-color: #4D418D;
}
</style>
border-color css
<style>
span { border-color: #4D418D; }
span { border-color: rgb(77,65,141); }
td.TdClassName
{
border-color: #4D418D;
}
.TagClassName
{
border-color: #4D418D;
}
</style>