Shades of Blue Gem #4D3696
Tints of Blue Gem #4D3696
RGB
CMYK
RGB Variations
Color information
#4D3696 (or 0x4D3696) is known color: Blue Gem. HEX triplet: 4D, 36 and 96. RGB value is (77,54,150). Sum of RGB (Red+Green+Blue) = 77+54+150=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D3696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3696 is #B2C969. Grayscale: #474747. Windows color (decimal): -11716970 or 9844301. OLE color: 9844301.
HSL color Cylindrical-coordinate representation of color #4D3696: hue angle of 254.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D3696 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 54 | 150 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.41 |
| HSL | 254.38º | 0.47% | 0.4% | - |
| HSV(B) | 254.38º | 0.64% | 0.59% | - |
| XYZ | 9.88 | 6.42 | 29.57 | - |
| YUV | 71.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 54 | 150 | 0.49 | 0.64 | 0 | 0.41 | 254.38 | 0.47 | 0.4 |
| Hex | 4D | 36 | 96 | 31 | 40 | 0 | 29 | FE | 2F | 28 |
| Octal | 115 | 66 | 226 | 61 | 100 | 0 | 51 | 376 | 57 | 50 |
| Binary | 1001101 | 110110 | 10010110 | 110001 | 1000000 | 0 | 101001 | 11111110 | 101111 | 101000 |
Color Harmonies of #4D3696
Complementary color
Monochromatic Colors of #4D3696
Black with #4D3696
Text Example
Text Example
White with #4D3696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3696; }
p { color: rgb(77,54,150); }
H1.HeaderClassName
{
color: #4D3696;
}
.AnyTagClassName
{
color: #4D3696;
}
</style>
background-color css
<style>
a { background-color: #4D3696; }
a { background-color: rgb(77,54,150); }
div.DivClassName
{
background-color: #4D3696;
}
.BgClassName
{
background-color: #4D3696;
}
</style>
border-color css
<style>
span { border-color: #4D3696; }
span { border-color: rgb(77,54,150); }
td.TdClassName
{
border-color: #4D3696;
}
.TagClassName
{
border-color: #4D3696;
}
</style>