Shades of Rich Blue #4D49BB
Tints of Rich Blue #4D49BB
RGB
CMYK
RGB Variations
Color information
#4D49BB (or 0x4D49BB) is known color: Rich Blue. HEX triplet: 4D, 49 and BB. RGB value is (77,73,187). Sum of RGB (Red+Green+Blue) = 77+73+187=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D49BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D49BB is #B2B644. Grayscale: #565656. Windows color (decimal): -11712069 or 12273997. OLE color: 12273997.
HSL color Cylindrical-coordinate representation of color #4D49BB: hue angle of 242.11º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D49BB is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 73 | 187 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.27 |
| HSL | 242.11º | 0.46% | 0.51% | - |
| HSV(B) | 242.11º | 0.61% | 0.73% | - |
| XYZ | 14.41 | 9.93 | 48.17 | - |
| YUV | 87.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 187 | 0.59 | 0.61 | 0 | 0.27 | 242.11 | 0.46 | 0.51 |
| Hex | 4D | 49 | BB | 3B | 3D | 0 | 1B | F2 | 2E | 33 |
| Octal | 115 | 111 | 273 | 73 | 75 | 0 | 33 | 362 | 56 | 63 |
| Binary | 1001101 | 1001001 | 10111011 | 111011 | 111101 | 0 | 11011 | 11110010 | 101110 | 110011 |
Color Harmonies of #4D49BB
Complementary color
Monochromatic Colors of #4D49BB
Black with #4D49BB
Text Example
Text Example
White with #4D49BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D49BB; }
p { color: rgb(77,73,187); }
H1.HeaderClassName
{
color: #4D49BB;
}
.AnyTagClassName
{
color: #4D49BB;
}
</style>
background-color css
<style>
a { background-color: #4D49BB; }
a { background-color: rgb(77,73,187); }
div.DivClassName
{
background-color: #4D49BB;
}
.BgClassName
{
background-color: #4D49BB;
}
</style>
border-color css
<style>
span { border-color: #4D49BB; }
span { border-color: rgb(77,73,187); }
td.TdClassName
{
border-color: #4D49BB;
}
.TagClassName
{
border-color: #4D49BB;
}
</style>