Shades of Blue Gem #4D3882
Tints of Blue Gem #4D3882
RGB
CMYK
RGB Variations
Color information
#4D3882 (or 0x4D3882) is known color: Blue Gem. HEX triplet: 4D, 38 and 82. RGB value is (77,56,130). Sum of RGB (Red+Green+Blue) = 77+56+130=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D3882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3882 is #B2C77D. Grayscale: #464646. Windows color (decimal): -11716478 or 8534093. OLE color: 8534093.
HSL color Cylindrical-coordinate representation of color #4D3882: hue angle of 257.03º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D3882 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 56 | 130 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.49 |
| HSL | 257.03º | 0.4% | 0.36% | - |
| HSV(B) | 257.03º | 0.57% | 0.51% | - |
| XYZ | 8.5 | 6.02 | 21.83 | - |
| YUV | 70.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 130 | 0.41 | 0.57 | 0 | 0.49 | 257.03 | 0.4 | 0.36 |
| Hex | 4D | 38 | 82 | 29 | 39 | 0 | 31 | 101 | 28 | 24 |
| Octal | 115 | 70 | 202 | 51 | 71 | 0 | 61 | 401 | 50 | 44 |
| Binary | 1001101 | 111000 | 10000010 | 101001 | 111001 | 0 | 110001 | 100000001 | 101000 | 100100 |
Color Harmonies of #4D3882
Complementary color
Monochromatic Colors of #4D3882
Black with #4D3882
Text Example
Text Example
White with #4D3882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3882; }
p { color: rgb(77,56,130); }
H1.HeaderClassName
{
color: #4D3882;
}
.AnyTagClassName
{
color: #4D3882;
}
</style>
background-color css
<style>
a { background-color: #4D3882; }
a { background-color: rgb(77,56,130); }
div.DivClassName
{
background-color: #4D3882;
}
.BgClassName
{
background-color: #4D3882;
}
</style>
border-color css
<style>
span { border-color: #4D3882; }
span { border-color: rgb(77,56,130); }
td.TdClassName
{
border-color: #4D3882;
}
.TagClassName
{
border-color: #4D3882;
}
</style>