Shades of Rich Blue #4D5DAB
Tints of Rich Blue #4D5DAB
RGB
CMYK
RGB Variations
Color information
#4D5DAB (or 0x4D5DAB) is known color: Rich Blue. HEX triplet: 4D, 5D and AB. RGB value is (77,93,171). Sum of RGB (Red+Green+Blue) = 77+93+171=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5DAB is #B2A254. Grayscale: #606060. Windows color (decimal): -11706965 or 11230541. OLE color: 11230541.
HSL color Cylindrical-coordinate representation of color #4D5DAB: hue angle of 229.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D5DAB is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 93 | 171 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.33 |
| HSL | 229.79º | 0.38% | 0.49% | - |
| HSV(B) | 229.79º | 0.55% | 0.67% | - |
| XYZ | 14.33 | 12.35 | 40.16 | - |
| YUV | 97.11 | 169.7 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 171 | 0.55 | 0.46 | 0 | 0.33 | 229.79 | 0.38 | 0.49 |
| Hex | 4D | 5D | AB | 37 | 2E | 0 | 21 | E6 | 26 | 31 |
| Octal | 115 | 135 | 253 | 67 | 56 | 0 | 41 | 346 | 46 | 61 |
| Binary | 1001101 | 1011101 | 10101011 | 110111 | 101110 | 0 | 100001 | 11100110 | 100110 | 110001 |
Color Harmonies of #4D5DAB
Complementary color
Monochromatic Colors of #4D5DAB
Black with #4D5DAB
Text Example
Text Example
White with #4D5DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5DAB; }
p { color: rgb(77,93,171); }
H1.HeaderClassName
{
color: #4D5DAB;
}
.AnyTagClassName
{
color: #4D5DAB;
}
</style>
background-color css
<style>
a { background-color: #4D5DAB; }
a { background-color: rgb(77,93,171); }
div.DivClassName
{
background-color: #4D5DAB;
}
.BgClassName
{
background-color: #4D5DAB;
}
</style>
border-color css
<style>
span { border-color: #4D5DAB; }
span { border-color: rgb(77,93,171); }
td.TdClassName
{
border-color: #4D5DAB;
}
.TagClassName
{
border-color: #4D5DAB;
}
</style>