Shades of Blue Gem #4D389C
Tints of Blue Gem #4D389C
RGB
CMYK
RGB Variations
Color information
#4D389C (or 0x4D389C) is known color: Blue Gem. HEX triplet: 4D, 38 and 9C. RGB value is (77,56,156). Sum of RGB (Red+Green+Blue) = 77+56+156=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D389C is #B2C763. Grayscale: #494949. Windows color (decimal): -11716452 or 10238029. OLE color: 10238029.
HSL color Cylindrical-coordinate representation of color #4D389C: hue angle of 252.6º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D389C is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 56 | 156 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.39 |
| HSL | 252.6º | 0.47% | 0.42% | - |
| HSV(B) | 252.6º | 0.64% | 0.61% | - |
| XYZ | 10.48 | 6.81 | 32.21 | - |
| YUV | 73.68 | 174.46 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 156 | 0.51 | 0.64 | 0 | 0.39 | 252.6 | 0.47 | 0.42 |
| Hex | 4D | 38 | 9C | 33 | 40 | 0 | 27 | FD | 2F | 2A |
| Octal | 115 | 70 | 234 | 63 | 100 | 0 | 47 | 375 | 57 | 52 |
| Binary | 1001101 | 111000 | 10011100 | 110011 | 1000000 | 0 | 100111 | 11111101 | 101111 | 101010 |
Color Harmonies of #4D389C
Complementary color
Monochromatic Colors of #4D389C
Black with #4D389C
Text Example
Text Example
White with #4D389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D389C; }
p { color: rgb(77,56,156); }
H1.HeaderClassName
{
color: #4D389C;
}
.AnyTagClassName
{
color: #4D389C;
}
</style>
background-color css
<style>
a { background-color: #4D389C; }
a { background-color: rgb(77,56,156); }
div.DivClassName
{
background-color: #4D389C;
}
.BgClassName
{
background-color: #4D389C;
}
</style>
border-color css
<style>
span { border-color: #4D389C; }
span { border-color: rgb(77,56,156); }
td.TdClassName
{
border-color: #4D389C;
}
.TagClassName
{
border-color: #4D389C;
}
</style>