Shades of Blue Gem #4D279D
Tints of Blue Gem #4D279D
RGB
CMYK
RGB Variations
Color information
#4D279D (or 0x4D279D) is known color: Blue Gem. HEX triplet: 4D, 27 and 9D. RGB value is (77,39,157). Sum of RGB (Red+Green+Blue) = 77+39+157=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D279D is #B2D862. Grayscale: #3F3F3F. Windows color (decimal): -11720803 or 10299213. OLE color: 10299213.
HSL color Cylindrical-coordinate representation of color #4D279D: hue angle of 259.32º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D279D is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 39 | 157 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.38 |
| HSL | 259.32º | 0.6% | 0.38% | - |
| HSV(B) | 259.32º | 0.75% | 0.62% | - |
| XYZ | 9.87 | 5.46 | 32.43 | - |
| YUV | 63.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 157 | 0.51 | 0.75 | 0 | 0.38 | 259.32 | 0.6 | 0.38 |
| Hex | 4D | 27 | 9D | 33 | 4B | 0 | 26 | 103 | 3C | 26 |
| Octal | 115 | 47 | 235 | 63 | 113 | 0 | 46 | 403 | 74 | 46 |
| Binary | 1001101 | 100111 | 10011101 | 110011 | 1001011 | 0 | 100110 | 100000011 | 111100 | 100110 |
Color Harmonies of #4D279D
Complementary color
Monochromatic Colors of #4D279D
Black with #4D279D
Text Example
Text Example
White with #4D279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D279D; }
p { color: rgb(77,39,157); }
H1.HeaderClassName
{
color: #4D279D;
}
.AnyTagClassName
{
color: #4D279D;
}
</style>
background-color css
<style>
a { background-color: #4D279D; }
a { background-color: rgb(77,39,157); }
div.DivClassName
{
background-color: #4D279D;
}
.BgClassName
{
background-color: #4D279D;
}
</style>
border-color css
<style>
span { border-color: #4D279D; }
span { border-color: rgb(77,39,157); }
td.TdClassName
{
border-color: #4D279D;
}
.TagClassName
{
border-color: #4D279D;
}
</style>