Shades of Blue Gem #4D279B
Tints of Blue Gem #4D279B
RGB
CMYK
RGB Variations
Color information
#4D279B (or 0x4D279B) is known color: Blue Gem. HEX triplet: 4D, 27 and 9B. RGB value is (77,39,155). Sum of RGB (Red+Green+Blue) = 77+39+155=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D279B is #B2D864. Grayscale: #3F3F3F. Windows color (decimal): -11720805 or 10168141. OLE color: 10168141.
HSL color Cylindrical-coordinate representation of color #4D279B: hue angle of 259.66º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D279B is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 39 | 155 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.39 |
| HSL | 259.66º | 0.6% | 0.38% | - |
| HSV(B) | 259.66º | 0.75% | 0.61% | - |
| XYZ | 9.7 | 5.4 | 31.54 | - |
| YUV | 63.59 | 179.59 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 155 | 0.50 | 0.75 | 0 | 0.39 | 259.66 | 0.6 | 0.38 |
| Hex | 4D | 27 | 9B | 32 | 4B | 0 | 27 | 104 | 3C | 26 |
| Octal | 115 | 47 | 233 | 62 | 113 | 0 | 47 | 404 | 74 | 46 |
| Binary | 1001101 | 100111 | 10011011 | 110010 | 1001011 | 0 | 100111 | 100000100 | 111100 | 100110 |
Color Harmonies of #4D279B
Complementary color
Monochromatic Colors of #4D279B
Black with #4D279B
Text Example
Text Example
White with #4D279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D279B; }
p { color: rgb(77,39,155); }
H1.HeaderClassName
{
color: #4D279B;
}
.AnyTagClassName
{
color: #4D279B;
}
</style>
background-color css
<style>
a { background-color: #4D279B; }
a { background-color: rgb(77,39,155); }
div.DivClassName
{
background-color: #4D279B;
}
.BgClassName
{
background-color: #4D279B;
}
</style>
border-color css
<style>
span { border-color: #4D279B; }
span { border-color: rgb(77,39,155); }
td.TdClassName
{
border-color: #4D279B;
}
.TagClassName
{
border-color: #4D279B;
}
</style>