Shades of Blue Gem #4D4299
Tints of Blue Gem #4D4299
RGB
CMYK
RGB Variations
Color information
#4D4299 (or 0x4D4299) is known color: Blue Gem. HEX triplet: 4D, 42 and 99. RGB value is (77,66,153). Sum of RGB (Red+Green+Blue) = 77+66+153=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D4299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4299 is #B2BD66. Grayscale: #4E4E4E. Windows color (decimal): -11713895 or 10043981. OLE color: 10043981.
HSL color Cylindrical-coordinate representation of color #4D4299: hue angle of 247.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D4299 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 66 | 153 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.4 |
| HSL | 247.59º | 0.4% | 0.43% | - |
| HSV(B) | 247.59º | 0.57% | 0.6% | - |
| XYZ | 10.76 | 7.77 | 31.07 | - |
| YUV | 79.21 | 169.64 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 153 | 0.50 | 0.57 | 0 | 0.4 | 247.59 | 0.4 | 0.43 |
| Hex | 4D | 42 | 99 | 32 | 39 | 0 | 28 | F8 | 28 | 2B |
| Octal | 115 | 102 | 231 | 62 | 71 | 0 | 50 | 370 | 50 | 53 |
| Binary | 1001101 | 1000010 | 10011001 | 110010 | 111001 | 0 | 101000 | 11111000 | 101000 | 101011 |
Color Harmonies of #4D4299
Complementary color
Monochromatic Colors of #4D4299
Black with #4D4299
Text Example
Text Example
White with #4D4299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4299; }
p { color: rgb(77,66,153); }
H1.HeaderClassName
{
color: #4D4299;
}
.AnyTagClassName
{
color: #4D4299;
}
</style>
background-color css
<style>
a { background-color: #4D4299; }
a { background-color: rgb(77,66,153); }
div.DivClassName
{
background-color: #4D4299;
}
.BgClassName
{
background-color: #4D4299;
}
</style>
border-color css
<style>
span { border-color: #4D4299; }
span { border-color: rgb(77,66,153); }
td.TdClassName
{
border-color: #4D4299;
}
.TagClassName
{
border-color: #4D4299;
}
</style>