Shades of Rich Blue #4D57B4
Tints of Rich Blue #4D57B4
RGB
CMYK
RGB Variations
Color information
#4D57B4 (or 0x4D57B4) is known color: Rich Blue. HEX triplet: 4D, 57 and B4. RGB value is (77,87,180). Sum of RGB (Red+Green+Blue) = 77+87+180=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 180 (70.70% from 255 or 52.33% from 344); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D57B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D57B4 is #B2A84B. Grayscale: #5E5E5E. Windows color (decimal): -11708492 or 11818829. OLE color: 11818829.
HSL color Cylindrical-coordinate representation of color #4D57B4: hue angle of 234.17º 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 #4D57B4 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 87 | 180 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.29 |
| HSL | 234.17º | 0.41% | 0.5% | - |
| HSV(B) | 234.17º | 0.57% | 0.71% | - |
| XYZ | 14.71 | 11.69 | 44.66 | - |
| YUV | 94.61 | 176.19 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 180 | 0.57 | 0.52 | 0 | 0.29 | 234.17 | 0.41 | 0.5 |
| Hex | 4D | 57 | B4 | 39 | 34 | 0 | 1D | EA | 29 | 32 |
| Octal | 115 | 127 | 264 | 71 | 64 | 0 | 35 | 352 | 51 | 62 |
| Binary | 1001101 | 1010111 | 10110100 | 111001 | 110100 | 0 | 11101 | 11101010 | 101001 | 110010 |
Color Harmonies of #4D57B4
Complementary color
Monochromatic Colors of #4D57B4
Black with #4D57B4
Text Example
Text Example
White with #4D57B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D57B4; }
p { color: rgb(77,87,180); }
H1.HeaderClassName
{
color: #4D57B4;
}
.AnyTagClassName
{
color: #4D57B4;
}
</style>
background-color css
<style>
a { background-color: #4D57B4; }
a { background-color: rgb(77,87,180); }
div.DivClassName
{
background-color: #4D57B4;
}
.BgClassName
{
background-color: #4D57B4;
}
</style>
border-color css
<style>
span { border-color: #4D57B4; }
span { border-color: rgb(77,87,180); }
td.TdClassName
{
border-color: #4D57B4;
}
.TagClassName
{
border-color: #4D57B4;
}
</style>