Shades of Rich Blue #4D5FAD
Tints of Rich Blue #4D5FAD
RGB
CMYK
RGB Variations
Color information
#4D5FAD (or 0x4D5FAD) is known color: Rich Blue. HEX triplet: 4D, 5F and AD. RGB value is (77,95,173). Sum of RGB (Red+Green+Blue) = 77+95+173=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D5FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5FAD is #B2A052. Grayscale: #626262. Windows color (decimal): -11706451 or 11362125. OLE color: 11362125.
HSL color Cylindrical-coordinate representation of color #4D5FAD: hue angle of 228.75º 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 #4D5FAD is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 95 | 173 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.32 |
| HSL | 228.75º | 0.38% | 0.49% | - |
| HSV(B) | 228.75º | 0.55% | 0.68% | - |
| XYZ | 14.7 | 12.78 | 41.23 | - |
| YUV | 98.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 173 | 0.55 | 0.45 | 0 | 0.32 | 228.75 | 0.38 | 0.49 |
| Hex | 4D | 5F | AD | 37 | 2D | 0 | 20 | E5 | 26 | 31 |
| Octal | 115 | 137 | 255 | 67 | 55 | 0 | 40 | 345 | 46 | 61 |
| Binary | 1001101 | 1011111 | 10101101 | 110111 | 101101 | 0 | 100000 | 11100101 | 100110 | 110001 |
Color Harmonies of #4D5FAD
Complementary color
Monochromatic Colors of #4D5FAD
Black with #4D5FAD
Text Example
Text Example
White with #4D5FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5FAD; }
p { color: rgb(77,95,173); }
H1.HeaderClassName
{
color: #4D5FAD;
}
.AnyTagClassName
{
color: #4D5FAD;
}
</style>
background-color css
<style>
a { background-color: #4D5FAD; }
a { background-color: rgb(77,95,173); }
div.DivClassName
{
background-color: #4D5FAD;
}
.BgClassName
{
background-color: #4D5FAD;
}
</style>
border-color css
<style>
span { border-color: #4D5FAD; }
span { border-color: rgb(77,95,173); }
td.TdClassName
{
border-color: #4D5FAD;
}
.TagClassName
{
border-color: #4D5FAD;
}
</style>