Shades of Blue Gem #4D399D
Tints of Blue Gem #4D399D
RGB
CMYK
RGB Variations
Color information
#4D399D (or 0x4D399D) is known color: Blue Gem. HEX triplet: 4D, 39 and 9D. RGB value is (77,57,157). Sum of RGB (Red+Green+Blue) = 77+57+157=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D399D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D399D is #B2C662. Grayscale: #494949. Windows color (decimal): -11716195 or 10303821. OLE color: 10303821.
HSL color Cylindrical-coordinate representation of color #4D399D: hue angle of 252º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D399D is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 57 | 157 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.38 |
| HSL | 252º | 0.47% | 0.42% | - |
| HSV(B) | 252º | 0.64% | 0.62% | - |
| XYZ | 10.61 | 6.94 | 32.68 | - |
| YUV | 74.38 | 174.63 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 157 | 0.51 | 0.64 | 0 | 0.38 | 252 | 0.47 | 0.42 |
| Hex | 4D | 39 | 9D | 33 | 40 | 0 | 26 | FC | 2F | 2A |
| Octal | 115 | 71 | 235 | 63 | 100 | 0 | 46 | 374 | 57 | 52 |
| Binary | 1001101 | 111001 | 10011101 | 110011 | 1000000 | 0 | 100110 | 11111100 | 101111 | 101010 |
Color Harmonies of #4D399D
Complementary color
Monochromatic Colors of #4D399D
Black with #4D399D
Text Example
Text Example
White with #4D399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D399D; }
p { color: rgb(77,57,157); }
H1.HeaderClassName
{
color: #4D399D;
}
.AnyTagClassName
{
color: #4D399D;
}
</style>
background-color css
<style>
a { background-color: #4D399D; }
a { background-color: rgb(77,57,157); }
div.DivClassName
{
background-color: #4D399D;
}
.BgClassName
{
background-color: #4D399D;
}
</style>
border-color css
<style>
span { border-color: #4D399D; }
span { border-color: rgb(77,57,157); }
td.TdClassName
{
border-color: #4D399D;
}
.TagClassName
{
border-color: #4D399D;
}
</style>