Shades of Blue Gem #4D2E9D
Tints of Blue Gem #4D2E9D
RGB
CMYK
RGB Variations
Color information
#4D2E9D (or 0x4D2E9D) is known color: Blue Gem. HEX triplet: 4D, 2E and 9D. RGB value is (77,46,157). Sum of RGB (Red+Green+Blue) = 77+46+157=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D2E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2E9D is #B2D162. Grayscale: #434343. Windows color (decimal): -11719011 or 10301005. OLE color: 10301005.
HSL color Cylindrical-coordinate representation of color #4D2E9D: hue angle of 256.76º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D2E9D is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 46 | 157 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.38 |
| HSL | 256.76º | 0.55% | 0.4% | - |
| HSV(B) | 256.76º | 0.71% | 0.62% | - |
| XYZ | 10.12 | 5.97 | 32.52 | - |
| YUV | 67.92 | 178.27 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 46 | 157 | 0.51 | 0.71 | 0 | 0.38 | 256.76 | 0.55 | 0.4 |
| Hex | 4D | 2E | 9D | 33 | 47 | 0 | 26 | 101 | 37 | 28 |
| Octal | 115 | 56 | 235 | 63 | 107 | 0 | 46 | 401 | 67 | 50 |
| Binary | 1001101 | 101110 | 10011101 | 110011 | 1000111 | 0 | 100110 | 100000001 | 110111 | 101000 |
Color Harmonies of #4D2E9D
Complementary color
Monochromatic Colors of #4D2E9D
Black with #4D2E9D
Text Example
Text Example
White with #4D2E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2E9D; }
p { color: rgb(77,46,157); }
H1.HeaderClassName
{
color: #4D2E9D;
}
.AnyTagClassName
{
color: #4D2E9D;
}
</style>
background-color css
<style>
a { background-color: #4D2E9D; }
a { background-color: rgb(77,46,157); }
div.DivClassName
{
background-color: #4D2E9D;
}
.BgClassName
{
background-color: #4D2E9D;
}
</style>
border-color css
<style>
span { border-color: #4D2E9D; }
span { border-color: rgb(77,46,157); }
td.TdClassName
{
border-color: #4D2E9D;
}
.TagClassName
{
border-color: #4D2E9D;
}
</style>