Shades of Rich Blue #4D5BB4
Tints of Rich Blue #4D5BB4
RGB
CMYK
RGB Variations
Color information
#4D5BB4 (or 0x4D5BB4) is known color: Rich Blue. HEX triplet: 4D, 5B and B4. RGB value is (77,91,180). Sum of RGB (Red+Green+Blue) = 77+91+180=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D5BB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5BB4 is #B2A44B. Grayscale: #606060. Windows color (decimal): -11707468 or 11819853. OLE color: 11819853.
HSL color Cylindrical-coordinate representation of color #4D5BB4: hue angle of 231.84º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D5BB4 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 91 | 180 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.29 |
| HSL | 231.84º | 0.41% | 0.5% | - |
| HSV(B) | 231.84º | 0.57% | 0.71% | - |
| XYZ | 15.04 | 12.36 | 44.77 | - |
| YUV | 96.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 91 | 180 | 0.57 | 0.49 | 0 | 0.29 | 231.84 | 0.41 | 0.5 |
| Hex | 4D | 5B | B4 | 39 | 31 | 0 | 1D | E8 | 29 | 32 |
| Octal | 115 | 133 | 264 | 71 | 61 | 0 | 35 | 350 | 51 | 62 |
| Binary | 1001101 | 1011011 | 10110100 | 111001 | 110001 | 0 | 11101 | 11101000 | 101001 | 110010 |
Color Harmonies of #4D5BB4
Complementary color
Monochromatic Colors of #4D5BB4
Black with #4D5BB4
Text Example
Text Example
White with #4D5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5BB4; }
p { color: rgb(77,91,180); }
H1.HeaderClassName
{
color: #4D5BB4;
}
.AnyTagClassName
{
color: #4D5BB4;
}
</style>
background-color css
<style>
a { background-color: #4D5BB4; }
a { background-color: rgb(77,91,180); }
div.DivClassName
{
background-color: #4D5BB4;
}
.BgClassName
{
background-color: #4D5BB4;
}
</style>
border-color css
<style>
span { border-color: #4D5BB4; }
span { border-color: rgb(77,91,180); }
td.TdClassName
{
border-color: #4D5BB4;
}
.TagClassName
{
border-color: #4D5BB4;
}
</style>