Shades of Blue Gem #4D408A
Tints of Blue Gem #4D408A
RGB
CMYK
RGB Variations
Color information
#4D408A (or 0x4D408A) is known color: Blue Gem. HEX triplet: 4D, 40 and 8A. RGB value is (77,64,138). Sum of RGB (Red+Green+Blue) = 77+64+138=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D408A is #B2BF75. Grayscale: #4C4C4C. Windows color (decimal): -11714422 or 9060429. OLE color: 9060429.
HSL color Cylindrical-coordinate representation of color #4D408A: hue angle of 250.54º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D408A is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 64 | 138 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.46 |
| HSL | 250.54º | 0.37% | 0.4% | - |
| HSV(B) | 250.54º | 0.54% | 0.54% | - |
| XYZ | 9.48 | 7.08 | 24.91 | - |
| YUV | 76.32 | 162.81 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 138 | 0.44 | 0.54 | 0 | 0.46 | 250.54 | 0.37 | 0.4 |
| Hex | 4D | 40 | 8A | 2C | 36 | 0 | 2E | FB | 25 | 28 |
| Octal | 115 | 100 | 212 | 54 | 66 | 0 | 56 | 373 | 45 | 50 |
| Binary | 1001101 | 1000000 | 10001010 | 101100 | 110110 | 0 | 101110 | 11111011 | 100101 | 101000 |
Color Harmonies of #4D408A
Complementary color
Monochromatic Colors of #4D408A
Black with #4D408A
Text Example
Text Example
White with #4D408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D408A; }
p { color: rgb(77,64,138); }
H1.HeaderClassName
{
color: #4D408A;
}
.AnyTagClassName
{
color: #4D408A;
}
</style>
background-color css
<style>
a { background-color: #4D408A; }
a { background-color: rgb(77,64,138); }
div.DivClassName
{
background-color: #4D408A;
}
.BgClassName
{
background-color: #4D408A;
}
</style>
border-color css
<style>
span { border-color: #4D408A; }
span { border-color: rgb(77,64,138); }
td.TdClassName
{
border-color: #4D408A;
}
.TagClassName
{
border-color: #4D408A;
}
</style>