Shades of Blue Gem #4D3892
Tints of Blue Gem #4D3892
RGB
CMYK
RGB Variations
Color information
#4D3892 (or 0x4D3892) is known color: Blue Gem. HEX triplet: 4D, 38 and 92. RGB value is (77,56,146). Sum of RGB (Red+Green+Blue) = 77+56+146=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D3892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3892 is #B2C76D. Grayscale: #484848. Windows color (decimal): -11716462 or 9582669. OLE color: 9582669.
HSL color Cylindrical-coordinate representation of color #4D3892: hue angle of 254º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D3892 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 56 | 146 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.43 |
| HSL | 254º | 0.45% | 0.4% | - |
| HSV(B) | 254º | 0.62% | 0.57% | - |
| XYZ | 9.66 | 6.48 | 27.94 | - |
| YUV | 72.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 146 | 0.47 | 0.62 | 0 | 0.43 | 254 | 0.45 | 0.4 |
| Hex | 4D | 38 | 92 | 2F | 3E | 0 | 2B | FE | 2D | 28 |
| Octal | 115 | 70 | 222 | 57 | 76 | 0 | 53 | 376 | 55 | 50 |
| Binary | 1001101 | 111000 | 10010010 | 101111 | 111110 | 0 | 101011 | 11111110 | 101101 | 101000 |
Color Harmonies of #4D3892
Complementary color
Monochromatic Colors of #4D3892
Black with #4D3892
Text Example
Text Example
White with #4D3892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3892; }
p { color: rgb(77,56,146); }
H1.HeaderClassName
{
color: #4D3892;
}
.AnyTagClassName
{
color: #4D3892;
}
</style>
background-color css
<style>
a { background-color: #4D3892; }
a { background-color: rgb(77,56,146); }
div.DivClassName
{
background-color: #4D3892;
}
.BgClassName
{
background-color: #4D3892;
}
</style>
border-color css
<style>
span { border-color: #4D3892; }
span { border-color: rgb(77,56,146); }
td.TdClassName
{
border-color: #4D3892;
}
.TagClassName
{
border-color: #4D3892;
}
</style>