Shades of Rich Blue #4D3EB9
Tints of Rich Blue #4D3EB9
RGB
CMYK
RGB Variations
Color information
#4D3EB9 (or 0x4D3EB9) is known color: Rich Blue. HEX triplet: 4D, 3E and B9. RGB value is (77,62,185). Sum of RGB (Red+Green+Blue) = 77+62+185=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D3EB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3EB9 is #B2C146. Grayscale: #505050. Windows color (decimal): -11714887 or 12140109. OLE color: 12140109.
HSL color Cylindrical-coordinate representation of color #4D3EB9: hue angle of 247.32º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D3EB9 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 62 | 185 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.27 |
| HSL | 247.32º | 0.5% | 0.48% | - |
| HSV(B) | 247.32º | 0.66% | 0.73% | - |
| XYZ | 13.54 | 8.53 | 46.83 | - |
| YUV | 80.51 | 186.97 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 185 | 0.58 | 0.66 | 0 | 0.27 | 247.32 | 0.5 | 0.48 |
| Hex | 4D | 3E | B9 | 3A | 42 | 0 | 1B | F7 | 32 | 30 |
| Octal | 115 | 76 | 271 | 72 | 102 | 0 | 33 | 367 | 62 | 60 |
| Binary | 1001101 | 111110 | 10111001 | 111010 | 1000010 | 0 | 11011 | 11110111 | 110010 | 110000 |
Color Harmonies of #4D3EB9
Complementary color
Monochromatic Colors of #4D3EB9
Black with #4D3EB9
Text Example
Text Example
White with #4D3EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3EB9; }
p { color: rgb(77,62,185); }
H1.HeaderClassName
{
color: #4D3EB9;
}
.AnyTagClassName
{
color: #4D3EB9;
}
</style>
background-color css
<style>
a { background-color: #4D3EB9; }
a { background-color: rgb(77,62,185); }
div.DivClassName
{
background-color: #4D3EB9;
}
.BgClassName
{
background-color: #4D3EB9;
}
</style>
border-color css
<style>
span { border-color: #4D3EB9; }
span { border-color: rgb(77,62,185); }
td.TdClassName
{
border-color: #4D3EB9;
}
.TagClassName
{
border-color: #4D3EB9;
}
</style>