Shades of Rich Blue #4D5CAC
Tints of Rich Blue #4D5CAC
RGB
CMYK
RGB Variations
Color information
#4D5CAC (or 0x4D5CAC) is known color: Rich Blue. HEX triplet: 4D, 5C and AC. RGB value is (77,92,172). Sum of RGB (Red+Green+Blue) = 77+92+172=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5CAC is #B2A353. Grayscale: #606060. Windows color (decimal): -11707220 or 11295821. OLE color: 11295821.
HSL color Cylindrical-coordinate representation of color #4D5CAC: hue angle of 230.53º 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 #4D5CAC is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 92 | 172 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.33 |
| HSL | 230.53º | 0.38% | 0.49% | - |
| HSV(B) | 230.53º | 0.55% | 0.67% | - |
| XYZ | 14.33 | 12.21 | 40.63 | - |
| YUV | 96.64 | 170.53 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 92 | 172 | 0.55 | 0.47 | 0 | 0.33 | 230.53 | 0.38 | 0.49 |
| Hex | 4D | 5C | AC | 37 | 2F | 0 | 21 | E7 | 26 | 31 |
| Octal | 115 | 134 | 254 | 67 | 57 | 0 | 41 | 347 | 46 | 61 |
| Binary | 1001101 | 1011100 | 10101100 | 110111 | 101111 | 0 | 100001 | 11100111 | 100110 | 110001 |
Color Harmonies of #4D5CAC
Complementary color
Monochromatic Colors of #4D5CAC
Black with #4D5CAC
Text Example
Text Example
White with #4D5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5CAC; }
p { color: rgb(77,92,172); }
H1.HeaderClassName
{
color: #4D5CAC;
}
.AnyTagClassName
{
color: #4D5CAC;
}
</style>
background-color css
<style>
a { background-color: #4D5CAC; }
a { background-color: rgb(77,92,172); }
div.DivClassName
{
background-color: #4D5CAC;
}
.BgClassName
{
background-color: #4D5CAC;
}
</style>
border-color css
<style>
span { border-color: #4D5CAC; }
span { border-color: rgb(77,92,172); }
td.TdClassName
{
border-color: #4D5CAC;
}
.TagClassName
{
border-color: #4D5CAC;
}
</style>