Shades of Rich Blue #4D50AD
Tints of Rich Blue #4D50AD
RGB
CMYK
RGB Variations
Color information
#4D50AD (or 0x4D50AD) is known color: Rich Blue. HEX triplet: 4D, 50 and AD. RGB value is (77,80,173). Sum of RGB (Red+Green+Blue) = 77+80+173=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D50AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D50AD is #B2AF52. Grayscale: #595959. Windows color (decimal): -11710291 or 11358285. OLE color: 11358285.
HSL color Cylindrical-coordinate representation of color #4D50AD: hue angle of 238.12º 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 #4D50AD is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 80 | 173 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.32 |
| HSL | 238.13º | 0.38% | 0.49% | - |
| HSV(B) | 238.13º | 0.55% | 0.68% | - |
| XYZ | 13.47 | 10.33 | 40.82 | - |
| YUV | 89.71 | 175.01 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 173 | 0.55 | 0.54 | 0 | 0.32 | 238.13 | 0.38 | 0.49 |
| Hex | 4D | 50 | AD | 37 | 36 | 0 | 20 | EE | 26 | 31 |
| Octal | 115 | 120 | 255 | 67 | 66 | 0 | 40 | 356 | 46 | 61 |
| Binary | 1001101 | 1010000 | 10101101 | 110111 | 110110 | 0 | 100000 | 11101110 | 100110 | 110001 |
Color Harmonies of #4D50AD
Complementary color
Monochromatic Colors of #4D50AD
Black with #4D50AD
Text Example
Text Example
White with #4D50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D50AD; }
p { color: rgb(77,80,173); }
H1.HeaderClassName
{
color: #4D50AD;
}
.AnyTagClassName
{
color: #4D50AD;
}
</style>
background-color css
<style>
a { background-color: #4D50AD; }
a { background-color: rgb(77,80,173); }
div.DivClassName
{
background-color: #4D50AD;
}
.BgClassName
{
background-color: #4D50AD;
}
</style>
border-color css
<style>
span { border-color: #4D50AD; }
span { border-color: rgb(77,80,173); }
td.TdClassName
{
border-color: #4D50AD;
}
.TagClassName
{
border-color: #4D50AD;
}
</style>