Shades of Blue Gem #4D389D
Tints of Blue Gem #4D389D
RGB
CMYK
RGB Variations
Color information
#4D389D (or 0x4D389D) is known color: Blue Gem. HEX triplet: 4D, 38 and 9D. RGB value is (77,56,157). Sum of RGB (Red+Green+Blue) = 77+56+157=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D389D is #B2C762. Grayscale: #494949. Windows color (decimal): -11716451 or 10303565. OLE color: 10303565.
HSL color Cylindrical-coordinate representation of color #4D389D: hue angle of 252.48º 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 #4D389D is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 56 | 157 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.38 |
| HSL | 252.48º | 0.47% | 0.42% | - |
| HSV(B) | 252.48º | 0.64% | 0.62% | - |
| XYZ | 10.56 | 6.84 | 32.66 | - |
| YUV | 73.79 | 174.96 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 157 | 0.51 | 0.64 | 0 | 0.38 | 252.48 | 0.47 | 0.42 |
| Hex | 4D | 38 | 9D | 33 | 40 | 0 | 26 | FC | 2F | 2A |
| Octal | 115 | 70 | 235 | 63 | 100 | 0 | 46 | 374 | 57 | 52 |
| Binary | 1001101 | 111000 | 10011101 | 110011 | 1000000 | 0 | 100110 | 11111100 | 101111 | 101010 |
Color Harmonies of #4D389D
Complementary color
Monochromatic Colors of #4D389D
Black with #4D389D
Text Example
Text Example
White with #4D389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D389D; }
p { color: rgb(77,56,157); }
H1.HeaderClassName
{
color: #4D389D;
}
.AnyTagClassName
{
color: #4D389D;
}
</style>
background-color css
<style>
a { background-color: #4D389D; }
a { background-color: rgb(77,56,157); }
div.DivClassName
{
background-color: #4D389D;
}
.BgClassName
{
background-color: #4D389D;
}
</style>
border-color css
<style>
span { border-color: #4D389D; }
span { border-color: rgb(77,56,157); }
td.TdClassName
{
border-color: #4D389D;
}
.TagClassName
{
border-color: #4D389D;
}
</style>