Shades of Rich Blue #4D48BA
Tints of Rich Blue #4D48BA
RGB
CMYK
RGB Variations
Color information
#4D48BA (or 0x4D48BA) is known color: Rich Blue. HEX triplet: 4D, 48 and BA. RGB value is (77,72,186). Sum of RGB (Red+Green+Blue) = 77+72+186=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D48BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D48BA is #B2B745. Grayscale: #565656. Windows color (decimal): -11712326 or 12208205. OLE color: 12208205.
HSL color Cylindrical-coordinate representation of color #4D48BA: hue angle of 242.63º degrees, saturation: 0.45, 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 #4D48BA is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 72 | 186 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.27 |
| HSL | 242.63º | 0.45% | 0.51% | - |
| HSV(B) | 242.63º | 0.61% | 0.73% | - |
| XYZ | 14.24 | 9.76 | 47.59 | - |
| YUV | 86.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 186 | 0.59 | 0.61 | 0 | 0.27 | 242.63 | 0.45 | 0.51 |
| Hex | 4D | 48 | BA | 3B | 3D | 0 | 1B | F3 | 2D | 33 |
| Octal | 115 | 110 | 272 | 73 | 75 | 0 | 33 | 363 | 55 | 63 |
| Binary | 1001101 | 1001000 | 10111010 | 111011 | 111101 | 0 | 11011 | 11110011 | 101101 | 110011 |
Color Harmonies of #4D48BA
Complementary color
Monochromatic Colors of #4D48BA
Black with #4D48BA
Text Example
Text Example
White with #4D48BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D48BA; }
p { color: rgb(77,72,186); }
H1.HeaderClassName
{
color: #4D48BA;
}
.AnyTagClassName
{
color: #4D48BA;
}
</style>
background-color css
<style>
a { background-color: #4D48BA; }
a { background-color: rgb(77,72,186); }
div.DivClassName
{
background-color: #4D48BA;
}
.BgClassName
{
background-color: #4D48BA;
}
</style>
border-color css
<style>
span { border-color: #4D48BA; }
span { border-color: rgb(77,72,186); }
td.TdClassName
{
border-color: #4D48BA;
}
.TagClassName
{
border-color: #4D48BA;
}
</style>