Shades of Blue Gem #4D279F
Tints of Blue Gem #4D279F
RGB
CMYK
RGB Variations
Color information
#4D279F (or 0x4D279F) is known color: Blue Gem. HEX triplet: 4D, 27 and 9F. RGB value is (77,39,159). Sum of RGB (Red+Green+Blue) = 77+39+159=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D279F is #B2D860. Grayscale: #3F3F3F. Windows color (decimal): -11720801 or 10430285. OLE color: 10430285.
HSL color Cylindrical-coordinate representation of color #4D279F: hue angle of 259º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D279F is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 39 | 159 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.38 |
| HSL | 259º | 0.61% | 0.39% | - |
| HSV(B) | 259º | 0.75% | 0.62% | - |
| XYZ | 10.04 | 5.53 | 33.34 | - |
| YUV | 64.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 159 | 0.52 | 0.75 | 0 | 0.38 | 259 | 0.61 | 0.39 |
| Hex | 4D | 27 | 9F | 34 | 4B | 0 | 26 | 103 | 3D | 27 |
| Octal | 115 | 47 | 237 | 64 | 113 | 0 | 46 | 403 | 75 | 47 |
| Binary | 1001101 | 100111 | 10011111 | 110100 | 1001011 | 0 | 100110 | 100000011 | 111101 | 100111 |
Color Harmonies of #4D279F
Complementary color
Monochromatic Colors of #4D279F
Black with #4D279F
Text Example
Text Example
White with #4D279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D279F; }
p { color: rgb(77,39,159); }
H1.HeaderClassName
{
color: #4D279F;
}
.AnyTagClassName
{
color: #4D279F;
}
</style>
background-color css
<style>
a { background-color: #4D279F; }
a { background-color: rgb(77,39,159); }
div.DivClassName
{
background-color: #4D279F;
}
.BgClassName
{
background-color: #4D279F;
}
</style>
border-color css
<style>
span { border-color: #4D279F; }
span { border-color: rgb(77,39,159); }
td.TdClassName
{
border-color: #4D279F;
}
.TagClassName
{
border-color: #4D279F;
}
</style>