Shades of Rich Blue #4D5FAE
Tints of Rich Blue #4D5FAE
RGB
CMYK
RGB Variations
Color information
#4D5FAE (or 0x4D5FAE) is known color: Rich Blue. HEX triplet: 4D, 5F and AE. RGB value is (77,95,174). Sum of RGB (Red+Green+Blue) = 77+95+174=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D5FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5FAE is #B2A051. Grayscale: #626262. Windows color (decimal): -11706450 or 11427661. OLE color: 11427661.
HSL color Cylindrical-coordinate representation of color #4D5FAE: hue angle of 228.87º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D5FAE is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 95 | 174 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.32 |
| HSL | 228.87º | 0.39% | 0.49% | - |
| HSV(B) | 228.87º | 0.56% | 0.68% | - |
| XYZ | 14.79 | 12.82 | 41.74 | - |
| YUV | 98.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 174 | 0.56 | 0.45 | 0 | 0.32 | 228.87 | 0.39 | 0.49 |
| Hex | 4D | 5F | AE | 38 | 2D | 0 | 20 | E5 | 27 | 31 |
| Octal | 115 | 137 | 256 | 70 | 55 | 0 | 40 | 345 | 47 | 61 |
| Binary | 1001101 | 1011111 | 10101110 | 111000 | 101101 | 0 | 100000 | 11100101 | 100111 | 110001 |
Color Harmonies of #4D5FAE
Complementary color
Monochromatic Colors of #4D5FAE
Black with #4D5FAE
Text Example
Text Example
White with #4D5FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5FAE; }
p { color: rgb(77,95,174); }
H1.HeaderClassName
{
color: #4D5FAE;
}
.AnyTagClassName
{
color: #4D5FAE;
}
</style>
background-color css
<style>
a { background-color: #4D5FAE; }
a { background-color: rgb(77,95,174); }
div.DivClassName
{
background-color: #4D5FAE;
}
.BgClassName
{
background-color: #4D5FAE;
}
</style>
border-color css
<style>
span { border-color: #4D5FAE; }
span { border-color: rgb(77,95,174); }
td.TdClassName
{
border-color: #4D5FAE;
}
.TagClassName
{
border-color: #4D5FAE;
}
</style>