Shades of Blue Gem #4D3F92
Tints of Blue Gem #4D3F92
RGB
CMYK
RGB Variations
Color information
#4D3F92 (or 0x4D3F92) is known color: Blue Gem. HEX triplet: 4D, 3F and 92. RGB value is (77,63,146). Sum of RGB (Red+Green+Blue) = 77+63+146=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D3F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3F92 is #B2C06D. Grayscale: #4C4C4C. Windows color (decimal): -11714670 or 9584461. OLE color: 9584461.
HSL color Cylindrical-coordinate representation of color #4D3F92: hue angle of 250.12º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D3F92 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 63 | 146 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.43 |
| HSL | 250.12º | 0.4% | 0.41% | - |
| HSV(B) | 250.12º | 0.57% | 0.57% | - |
| XYZ | 10.03 | 7.21 | 28.06 | - |
| YUV | 76.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 63 | 146 | 0.47 | 0.57 | 0 | 0.43 | 250.12 | 0.4 | 0.41 |
| Hex | 4D | 3F | 92 | 2F | 39 | 0 | 2B | FA | 28 | 29 |
| Octal | 115 | 77 | 222 | 57 | 71 | 0 | 53 | 372 | 50 | 51 |
| Binary | 1001101 | 111111 | 10010010 | 101111 | 111001 | 0 | 101011 | 11111010 | 101000 | 101001 |
Color Harmonies of #4D3F92
Complementary color
Monochromatic Colors of #4D3F92
Black with #4D3F92
Text Example
Text Example
White with #4D3F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3F92; }
p { color: rgb(77,63,146); }
H1.HeaderClassName
{
color: #4D3F92;
}
.AnyTagClassName
{
color: #4D3F92;
}
</style>
background-color css
<style>
a { background-color: #4D3F92; }
a { background-color: rgb(77,63,146); }
div.DivClassName
{
background-color: #4D3F92;
}
.BgClassName
{
background-color: #4D3F92;
}
</style>
border-color css
<style>
span { border-color: #4D3F92; }
span { border-color: rgb(77,63,146); }
td.TdClassName
{
border-color: #4D3F92;
}
.TagClassName
{
border-color: #4D3F92;
}
</style>