Shades of Blue Gem #4D209F
Tints of Blue Gem #4D209F
RGB
CMYK
RGB Variations
Color information
#4D209F (or 0x4D209F) is known color: Blue Gem. HEX triplet: 4D, 20 and 9F. RGB value is (77,32,159). Sum of RGB (Red+Green+Blue) = 77+32+159=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D209F is #B2DF60. Grayscale: #3B3B3B. Windows color (decimal): -11722593 or 10428493. OLE color: 10428493.
HSL color Cylindrical-coordinate representation of color #4D209F: hue angle of 261.26º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D209F is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 32 | 159 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.38 |
| HSL | 261.26º | 0.66% | 0.37% | - |
| HSV(B) | 261.26º | 0.8% | 0.62% | - |
| XYZ | 9.84 | 5.11 | 33.27 | - |
| YUV | 59.93 | 183.91 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 32 | 159 | 0.52 | 0.80 | 0 | 0.38 | 261.26 | 0.66 | 0.37 |
| Hex | 4D | 20 | 9F | 34 | 50 | 0 | 26 | 105 | 42 | 25 |
| Octal | 115 | 40 | 237 | 64 | 120 | 0 | 46 | 405 | 102 | 45 |
| Binary | 1001101 | 100000 | 10011111 | 110100 | 1010000 | 0 | 100110 | 100000101 | 1000010 | 100101 |
Color Harmonies of #4D209F
Complementary color
Monochromatic Colors of #4D209F
Black with #4D209F
Text Example
Text Example
White with #4D209F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D209F; }
p { color: rgb(77,32,159); }
H1.HeaderClassName
{
color: #4D209F;
}
.AnyTagClassName
{
color: #4D209F;
}
</style>
background-color css
<style>
a { background-color: #4D209F; }
a { background-color: rgb(77,32,159); }
div.DivClassName
{
background-color: #4D209F;
}
.BgClassName
{
background-color: #4D209F;
}
</style>
border-color css
<style>
span { border-color: #4D209F; }
span { border-color: rgb(77,32,159); }
td.TdClassName
{
border-color: #4D209F;
}
.TagClassName
{
border-color: #4D209F;
}
</style>