Shades of Rich Blue #4D5FAC
Tints of Rich Blue #4D5FAC
RGB
CMYK
RGB Variations
Color information
#4D5FAC (or 0x4D5FAC) is known color: Rich Blue. HEX triplet: 4D, 5F and AC. RGB value is (77,95,172). Sum of RGB (Red+Green+Blue) = 77+95+172=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D5FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5FAC is #B2A053. Grayscale: #626262. Windows color (decimal): -11706452 or 11296589. OLE color: 11296589.
HSL color Cylindrical-coordinate representation of color #4D5FAC: hue angle of 228.63º 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 #4D5FAC is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 95 | 172 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.33 |
| HSL | 228.63º | 0.38% | 0.49% | - |
| HSV(B) | 228.63º | 0.55% | 0.67% | - |
| XYZ | 14.6 | 12.74 | 40.72 | - |
| YUV | 98.4 | 169.54 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 172 | 0.55 | 0.45 | 0 | 0.33 | 228.63 | 0.38 | 0.49 |
| Hex | 4D | 5F | AC | 37 | 2D | 0 | 21 | E5 | 26 | 31 |
| Octal | 115 | 137 | 254 | 67 | 55 | 0 | 41 | 345 | 46 | 61 |
| Binary | 1001101 | 1011111 | 10101100 | 110111 | 101101 | 0 | 100001 | 11100101 | 100110 | 110001 |
Color Harmonies of #4D5FAC
Complementary color
Monochromatic Colors of #4D5FAC
Black with #4D5FAC
Text Example
Text Example
White with #4D5FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5FAC; }
p { color: rgb(77,95,172); }
H1.HeaderClassName
{
color: #4D5FAC;
}
.AnyTagClassName
{
color: #4D5FAC;
}
</style>
background-color css
<style>
a { background-color: #4D5FAC; }
a { background-color: rgb(77,95,172); }
div.DivClassName
{
background-color: #4D5FAC;
}
.BgClassName
{
background-color: #4D5FAC;
}
</style>
border-color css
<style>
span { border-color: #4D5FAC; }
span { border-color: rgb(77,95,172); }
td.TdClassName
{
border-color: #4D5FAC;
}
.TagClassName
{
border-color: #4D5FAC;
}
</style>