Shades of Blue Gem #4D299F
Tints of Blue Gem #4D299F
RGB
CMYK
RGB Variations
Color information
#4D299F (or 0x4D299F) is known color: Blue Gem. HEX triplet: 4D, 29 and 9F. RGB value is (77,41,159). Sum of RGB (Red+Green+Blue) = 77+41+159=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D299F is #B2D660. Grayscale: #404040. Windows color (decimal): -11720289 or 10430797. OLE color: 10430797.
HSL color Cylindrical-coordinate representation of color #4D299F: hue angle of 258.31º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D299F is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 41 | 159 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.38 |
| HSL | 258.31º | 0.59% | 0.39% | - |
| HSV(B) | 258.31º | 0.74% | 0.62% | - |
| XYZ | 10.11 | 5.67 | 33.36 | - |
| YUV | 65.22 | 180.93 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 159 | 0.52 | 0.74 | 0 | 0.38 | 258.31 | 0.59 | 0.39 |
| Hex | 4D | 29 | 9F | 34 | 4A | 0 | 26 | 102 | 3B | 27 |
| Octal | 115 | 51 | 237 | 64 | 112 | 0 | 46 | 402 | 73 | 47 |
| Binary | 1001101 | 101001 | 10011111 | 110100 | 1001010 | 0 | 100110 | 100000010 | 111011 | 100111 |
Color Harmonies of #4D299F
Complementary color
Monochromatic Colors of #4D299F
Black with #4D299F
Text Example
Text Example
White with #4D299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D299F; }
p { color: rgb(77,41,159); }
H1.HeaderClassName
{
color: #4D299F;
}
.AnyTagClassName
{
color: #4D299F;
}
</style>
background-color css
<style>
a { background-color: #4D299F; }
a { background-color: rgb(77,41,159); }
div.DivClassName
{
background-color: #4D299F;
}
.BgClassName
{
background-color: #4D299F;
}
</style>
border-color css
<style>
span { border-color: #4D299F; }
span { border-color: rgb(77,41,159); }
td.TdClassName
{
border-color: #4D299F;
}
.TagClassName
{
border-color: #4D299F;
}
</style>