Shades of Rich Blue #4D5DAD
Tints of Rich Blue #4D5DAD
RGB
CMYK
RGB Variations
Color information
#4D5DAD (or 0x4D5DAD) is known color: Rich Blue. HEX triplet: 4D, 5D and AD. RGB value is (77,93,173). Sum of RGB (Red+Green+Blue) = 77+93+173=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D5DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5DAD is #B2A252. Grayscale: #616161. Windows color (decimal): -11706963 or 11361613. OLE color: 11361613.
HSL color Cylindrical-coordinate representation of color #4D5DAD: hue angle of 230º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D5DAD is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 93 | 173 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.32 |
| HSL | 230º | 0.38% | 0.49% | - |
| HSV(B) | 230º | 0.55% | 0.68% | - |
| XYZ | 14.52 | 12.42 | 41.17 | - |
| YUV | 97.34 | 170.7 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 173 | 0.55 | 0.46 | 0 | 0.32 | 230 | 0.38 | 0.49 |
| Hex | 4D | 5D | AD | 37 | 2E | 0 | 20 | E6 | 26 | 31 |
| Octal | 115 | 135 | 255 | 67 | 56 | 0 | 40 | 346 | 46 | 61 |
| Binary | 1001101 | 1011101 | 10101101 | 110111 | 101110 | 0 | 100000 | 11100110 | 100110 | 110001 |
Color Harmonies of #4D5DAD
Complementary color
Monochromatic Colors of #4D5DAD
Black with #4D5DAD
Text Example
Text Example
White with #4D5DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5DAD; }
p { color: rgb(77,93,173); }
H1.HeaderClassName
{
color: #4D5DAD;
}
.AnyTagClassName
{
color: #4D5DAD;
}
</style>
background-color css
<style>
a { background-color: #4D5DAD; }
a { background-color: rgb(77,93,173); }
div.DivClassName
{
background-color: #4D5DAD;
}
.BgClassName
{
background-color: #4D5DAD;
}
</style>
border-color css
<style>
span { border-color: #4D5DAD; }
span { border-color: rgb(77,93,173); }
td.TdClassName
{
border-color: #4D5DAD;
}
.TagClassName
{
border-color: #4D5DAD;
}
</style>