Shades of Blue Gem #4D4098
Tints of Blue Gem #4D4098
RGB
CMYK
RGB Variations
Color information
#4D4098 (or 0x4D4098) is known color: Blue Gem. HEX triplet: 4D, 40 and 98. RGB value is (77,64,152). Sum of RGB (Red+Green+Blue) = 77+64+152=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D4098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4098 is #B2BF67. Grayscale: #4D4D4D. Windows color (decimal): -11714408 or 9977933. OLE color: 9977933.
HSL color Cylindrical-coordinate representation of color #4D4098: hue angle of 248.86º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D4098 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 64 | 152 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.40 |
| HSL | 248.86º | 0.41% | 0.42% | - |
| HSV(B) | 248.86º | 0.58% | 0.6% | - |
| XYZ | 10.56 | 7.51 | 30.6 | - |
| YUV | 77.92 | 169.81 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 152 | 0.49 | 0.58 | 0 | 0.40 | 248.86 | 0.41 | 0.42 |
| Hex | 4D | 40 | 98 | 31 | 3A | 0 | 28 | F9 | 29 | 2A |
| Octal | 115 | 100 | 230 | 61 | 72 | 0 | 50 | 371 | 51 | 52 |
| Binary | 1001101 | 1000000 | 10011000 | 110001 | 111010 | 0 | 101000 | 11111001 | 101001 | 101010 |
Color Harmonies of #4D4098
Complementary color
Monochromatic Colors of #4D4098
Black with #4D4098
Text Example
Text Example
White with #4D4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4098; }
p { color: rgb(77,64,152); }
H1.HeaderClassName
{
color: #4D4098;
}
.AnyTagClassName
{
color: #4D4098;
}
</style>
background-color css
<style>
a { background-color: #4D4098; }
a { background-color: rgb(77,64,152); }
div.DivClassName
{
background-color: #4D4098;
}
.BgClassName
{
background-color: #4D4098;
}
</style>
border-color css
<style>
span { border-color: #4D4098; }
span { border-color: rgb(77,64,152); }
td.TdClassName
{
border-color: #4D4098;
}
.TagClassName
{
border-color: #4D4098;
}
</style>