Shades of Rich Blue #4D42BB
Tints of Rich Blue #4D42BB
RGB
CMYK
RGB Variations
Color information
#4D42BB (or 0x4D42BB) is known color: Rich Blue. HEX triplet: 4D, 42 and BB. RGB value is (77,66,187). Sum of RGB (Red+Green+Blue) = 77+66+187=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #4D42BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D42BB is #B2BD44. Grayscale: #525252. Windows color (decimal): -11713861 or 12272205. OLE color: 12272205.
HSL color Cylindrical-coordinate representation of color #4D42BB: hue angle of 245.45º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D42BB is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 66 | 187 | - |
| CMYK | 0.59 | 0.65 | 0 | 0.27 |
| HSL | 245.45º | 0.48% | 0.5% | - |
| HSV(B) | 245.45º | 0.65% | 0.73% | - |
| XYZ | 13.98 | 9.06 | 48.03 | - |
| YUV | 83.08 | 186.64 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 187 | 0.59 | 0.65 | 0 | 0.27 | 245.45 | 0.48 | 0.5 |
| Hex | 4D | 42 | BB | 3B | 41 | 0 | 1B | F5 | 30 | 32 |
| Octal | 115 | 102 | 273 | 73 | 101 | 0 | 33 | 365 | 60 | 62 |
| Binary | 1001101 | 1000010 | 10111011 | 111011 | 1000001 | 0 | 11011 | 11110101 | 110000 | 110010 |
Color Harmonies of #4D42BB
Complementary color
Monochromatic Colors of #4D42BB
Black with #4D42BB
Text Example
Text Example
White with #4D42BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D42BB; }
p { color: rgb(77,66,187); }
H1.HeaderClassName
{
color: #4D42BB;
}
.AnyTagClassName
{
color: #4D42BB;
}
</style>
background-color css
<style>
a { background-color: #4D42BB; }
a { background-color: rgb(77,66,187); }
div.DivClassName
{
background-color: #4D42BB;
}
.BgClassName
{
background-color: #4D42BB;
}
</style>
border-color css
<style>
span { border-color: #4D42BB; }
span { border-color: rgb(77,66,187); }
td.TdClassName
{
border-color: #4D42BB;
}
.TagClassName
{
border-color: #4D42BB;
}
</style>