Shades of Blue Gem #4D408D
Tints of Blue Gem #4D408D
RGB
CMYK
RGB Variations
Color information
#4D408D (or 0x4D408D) is known color: Blue Gem. HEX triplet: 4D, 40 and 8D. RGB value is (77,64,141). Sum of RGB (Red+Green+Blue) = 77+64+141=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D408D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D408D is #B2BF72. Grayscale: #4C4C4C. Windows color (decimal): -11714419 or 9257037. OLE color: 9257037.
HSL color Cylindrical-coordinate representation of color #4D408D: hue angle of 250.13º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D408D is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 64 | 141 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.45 |
| HSL | 250.13º | 0.38% | 0.4% | - |
| HSV(B) | 250.13º | 0.55% | 0.55% | - |
| XYZ | 9.7 | 7.17 | 26.07 | - |
| YUV | 76.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 141 | 0.45 | 0.55 | 0 | 0.45 | 250.13 | 0.38 | 0.4 |
| Hex | 4D | 40 | 8D | 2D | 37 | 0 | 2D | FA | 26 | 28 |
| Octal | 115 | 100 | 215 | 55 | 67 | 0 | 55 | 372 | 46 | 50 |
| Binary | 1001101 | 1000000 | 10001101 | 101101 | 110111 | 0 | 101101 | 11111010 | 100110 | 101000 |
Color Harmonies of #4D408D
Complementary color
Monochromatic Colors of #4D408D
Black with #4D408D
Text Example
Text Example
White with #4D408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D408D; }
p { color: rgb(77,64,141); }
H1.HeaderClassName
{
color: #4D408D;
}
.AnyTagClassName
{
color: #4D408D;
}
</style>
background-color css
<style>
a { background-color: #4D408D; }
a { background-color: rgb(77,64,141); }
div.DivClassName
{
background-color: #4D408D;
}
.BgClassName
{
background-color: #4D408D;
}
</style>
border-color css
<style>
span { border-color: #4D408D; }
span { border-color: rgb(77,64,141); }
td.TdClassName
{
border-color: #4D408D;
}
.TagClassName
{
border-color: #4D408D;
}
</style>