Shades of Rich Blue #4D4CB9
Tints of Rich Blue #4D4CB9
RGB
CMYK
RGB Variations
Color information
#4D4CB9 (or 0x4D4CB9) is known color: Rich Blue. HEX triplet: 4D, 4C and B9. RGB value is (77,76,185). Sum of RGB (Red+Green+Blue) = 77+76+185=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D4CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4CB9 is #B2B346. Grayscale: #585858. Windows color (decimal): -11711303 or 12143693. OLE color: 12143693.
HSL color Cylindrical-coordinate representation of color #4D4CB9: hue angle of 240.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D4CB9 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 76 | 185 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.27 |
| HSL | 240.55º | 0.44% | 0.51% | - |
| HSV(B) | 240.55º | 0.59% | 0.73% | - |
| XYZ | 14.4 | 10.25 | 47.12 | - |
| YUV | 88.73 | 182.33 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 76 | 185 | 0.58 | 0.59 | 0 | 0.27 | 240.55 | 0.44 | 0.51 |
| Hex | 4D | 4C | B9 | 3A | 3B | 0 | 1B | F1 | 2C | 33 |
| Octal | 115 | 114 | 271 | 72 | 73 | 0 | 33 | 361 | 54 | 63 |
| Binary | 1001101 | 1001100 | 10111001 | 111010 | 111011 | 0 | 11011 | 11110001 | 101100 | 110011 |
Color Harmonies of #4D4CB9
Complementary color
Monochromatic Colors of #4D4CB9
Black with #4D4CB9
Text Example
Text Example
White with #4D4CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4CB9; }
p { color: rgb(77,76,185); }
H1.HeaderClassName
{
color: #4D4CB9;
}
.AnyTagClassName
{
color: #4D4CB9;
}
</style>
background-color css
<style>
a { background-color: #4D4CB9; }
a { background-color: rgb(77,76,185); }
div.DivClassName
{
background-color: #4D4CB9;
}
.BgClassName
{
background-color: #4D4CB9;
}
</style>
border-color css
<style>
span { border-color: #4D4CB9; }
span { border-color: rgb(77,76,185); }
td.TdClassName
{
border-color: #4D4CB9;
}
.TagClassName
{
border-color: #4D4CB9;
}
</style>