Shades of Blue Gem #4D3898
Tints of Blue Gem #4D3898
RGB
CMYK
RGB Variations
Color information
#4D3898 (or 0x4D3898) is known color: Blue Gem. HEX triplet: 4D, 38 and 98. RGB value is (77,56,152). Sum of RGB (Red+Green+Blue) = 77+56+152=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D3898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3898 is #B2C767. Grayscale: #484848. Windows color (decimal): -11716456 or 9975885. OLE color: 9975885.
HSL color Cylindrical-coordinate representation of color #4D3898: hue angle of 253.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D3898 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 56 | 152 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.40 |
| HSL | 253.13º | 0.46% | 0.41% | - |
| HSV(B) | 253.13º | 0.63% | 0.6% | - |
| XYZ | 10.14 | 6.67 | 30.46 | - |
| YUV | 73.22 | 172.46 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 152 | 0.49 | 0.63 | 0 | 0.40 | 253.13 | 0.46 | 0.41 |
| Hex | 4D | 38 | 98 | 31 | 3F | 0 | 28 | FD | 2E | 29 |
| Octal | 115 | 70 | 230 | 61 | 77 | 0 | 50 | 375 | 56 | 51 |
| Binary | 1001101 | 111000 | 10011000 | 110001 | 111111 | 0 | 101000 | 11111101 | 101110 | 101001 |
Color Harmonies of #4D3898
Complementary color
Monochromatic Colors of #4D3898
Black with #4D3898
Text Example
Text Example
White with #4D3898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3898; }
p { color: rgb(77,56,152); }
H1.HeaderClassName
{
color: #4D3898;
}
.AnyTagClassName
{
color: #4D3898;
}
</style>
background-color css
<style>
a { background-color: #4D3898; }
a { background-color: rgb(77,56,152); }
div.DivClassName
{
background-color: #4D3898;
}
.BgClassName
{
background-color: #4D3898;
}
</style>
border-color css
<style>
span { border-color: #4D3898; }
span { border-color: rgb(77,56,152); }
td.TdClassName
{
border-color: #4D3898;
}
.TagClassName
{
border-color: #4D3898;
}
</style>