Shades of Blue Gem #4D2697
Tints of Blue Gem #4D2697
RGB
CMYK
RGB Variations
Color information
#4D2697 (or 0x4D2697) is known color: Blue Gem. HEX triplet: 4D, 26 and 97. RGB value is (77,38,151). Sum of RGB (Red+Green+Blue) = 77+38+151=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 151 (59.38% from 255 or 56.77% from 266); Max value from RGB is 151 - color contains mainly: blue. Hex color #4D2697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2697 is #B2D968. Grayscale: #3E3E3E. Windows color (decimal): -11721065 or 9905741. OLE color: 9905741.
HSL color Cylindrical-coordinate representation of color #4D2697: hue angle of 260.71º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2697 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 38 | 151 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.41 |
| HSL | 260.71º | 0.6% | 0.37% | - |
| HSV(B) | 260.71º | 0.75% | 0.59% | - |
| XYZ | 9.34 | 5.2 | 29.79 | - |
| YUV | 62.54 | 177.92 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 38 | 151 | 0.49 | 0.75 | 0 | 0.41 | 260.71 | 0.6 | 0.37 |
| Hex | 4D | 26 | 97 | 31 | 4B | 0 | 29 | 105 | 3C | 25 |
| Octal | 115 | 46 | 227 | 61 | 113 | 0 | 51 | 405 | 74 | 45 |
| Binary | 1001101 | 100110 | 10010111 | 110001 | 1001011 | 0 | 101001 | 100000101 | 111100 | 100101 |
Color Harmonies of #4D2697
Complementary color
Monochromatic Colors of #4D2697
Black with #4D2697
Text Example
Text Example
White with #4D2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2697; }
p { color: rgb(77,38,151); }
H1.HeaderClassName
{
color: #4D2697;
}
.AnyTagClassName
{
color: #4D2697;
}
</style>
background-color css
<style>
a { background-color: #4D2697; }
a { background-color: rgb(77,38,151); }
div.DivClassName
{
background-color: #4D2697;
}
.BgClassName
{
background-color: #4D2697;
}
</style>
border-color css
<style>
span { border-color: #4D2697; }
span { border-color: rgb(77,38,151); }
td.TdClassName
{
border-color: #4D2697;
}
.TagClassName
{
border-color: #4D2697;
}
</style>