Shades of Blue Gem #4D299E
Tints of Blue Gem #4D299E
RGB
CMYK
RGB Variations
Color information
#4D299E (or 0x4D299E) is known color: Blue Gem. HEX triplet: 4D, 29 and 9E. RGB value is (77,41,158). Sum of RGB (Red+Green+Blue) = 77+41+158=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D299E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D299E is #B2D661. Grayscale: #404040. Windows color (decimal): -11720290 or 10365261. OLE color: 10365261.
HSL color Cylindrical-coordinate representation of color #4D299E: hue angle of 258.46º 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 #4D299E is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 41 | 158 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.38 |
| HSL | 258.46º | 0.59% | 0.39% | - |
| HSV(B) | 258.46º | 0.74% | 0.62% | - |
| XYZ | 10.03 | 5.63 | 32.91 | - |
| YUV | 65.1 | 180.43 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 41 | 158 | 0.51 | 0.74 | 0 | 0.38 | 258.46 | 0.59 | 0.39 |
| Hex | 4D | 29 | 9E | 33 | 4A | 0 | 26 | 102 | 3B | 27 |
| Octal | 115 | 51 | 236 | 63 | 112 | 0 | 46 | 402 | 73 | 47 |
| Binary | 1001101 | 101001 | 10011110 | 110011 | 1001010 | 0 | 100110 | 100000010 | 111011 | 100111 |
Color Harmonies of #4D299E
Complementary color
Monochromatic Colors of #4D299E
Black with #4D299E
Text Example
Text Example
White with #4D299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D299E; }
p { color: rgb(77,41,158); }
H1.HeaderClassName
{
color: #4D299E;
}
.AnyTagClassName
{
color: #4D299E;
}
</style>
background-color css
<style>
a { background-color: #4D299E; }
a { background-color: rgb(77,41,158); }
div.DivClassName
{
background-color: #4D299E;
}
.BgClassName
{
background-color: #4D299E;
}
</style>
border-color css
<style>
span { border-color: #4D299E; }
span { border-color: rgb(77,41,158); }
td.TdClassName
{
border-color: #4D299E;
}
.TagClassName
{
border-color: #4D299E;
}
</style>