Shades of Blue Gem #4D3B9F
Tints of Blue Gem #4D3B9F
RGB
CMYK
RGB Variations
Color information
#4D3B9F (or 0x4D3B9F) is known color: Blue Gem. HEX triplet: 4D, 3B and 9F. RGB value is (77,59,159). Sum of RGB (Red+Green+Blue) = 77+59+159=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D3B9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3B9F is #B2C460. Grayscale: #4B4B4B. Windows color (decimal): -11715681 or 10435405. OLE color: 10435405.
HSL color Cylindrical-coordinate representation of color #4D3B9F: hue angle of 250.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D3B9F is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 59 | 159 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.38 |
| HSL | 250.8º | 0.46% | 0.43% | - |
| HSV(B) | 250.8º | 0.63% | 0.62% | - |
| XYZ | 10.88 | 7.21 | 33.62 | - |
| YUV | 75.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 159 | 0.52 | 0.63 | 0 | 0.38 | 250.8 | 0.46 | 0.43 |
| Hex | 4D | 3B | 9F | 34 | 3F | 0 | 26 | FB | 2E | 2B |
| Octal | 115 | 73 | 237 | 64 | 77 | 0 | 46 | 373 | 56 | 53 |
| Binary | 1001101 | 111011 | 10011111 | 110100 | 111111 | 0 | 100110 | 11111011 | 101110 | 101011 |
Color Harmonies of #4D3B9F
Complementary color
Monochromatic Colors of #4D3B9F
Black with #4D3B9F
Text Example
Text Example
White with #4D3B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3B9F; }
p { color: rgb(77,59,159); }
H1.HeaderClassName
{
color: #4D3B9F;
}
.AnyTagClassName
{
color: #4D3B9F;
}
</style>
background-color css
<style>
a { background-color: #4D3B9F; }
a { background-color: rgb(77,59,159); }
div.DivClassName
{
background-color: #4D3B9F;
}
.BgClassName
{
background-color: #4D3B9F;
}
</style>
border-color css
<style>
span { border-color: #4D3B9F; }
span { border-color: rgb(77,59,159); }
td.TdClassName
{
border-color: #4D3B9F;
}
.TagClassName
{
border-color: #4D3B9F;
}
</style>