Shades of Royal Blue #4C5EDF
Tints of Royal Blue #4C5EDF
RGB
CMYK
RGB Variations
Color information
#4C5EDF (or 0x4C5EDF) is known color: Royal Blue. HEX triplet: 4C, 5E and DF. RGB value is (76,94,223). Sum of RGB (Red+Green+Blue) = 76+94+223=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C5EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5EDF is #B3A120. Grayscale: #666666. Windows color (decimal): -11772193 or 14638668. OLE color: 14638668.
HSL color Cylindrical-coordinate representation of color #4C5EDF: hue angle of 232.65º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C5EDF is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 94 | 223 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.13 |
| HSL | 232.65º | 0.7% | 0.59% | - |
| HSV(B) | 232.65º | 0.66% | 0.87% | - |
| XYZ | 20.3 | 14.87 | 71.61 | - |
| YUV | 103.32 | 195.54 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 94 | 223 | 0.66 | 0.58 | 0 | 0.13 | 232.65 | 0.7 | 0.59 |
| Hex | 4C | 5E | DF | 42 | 3A | 0 | D | E9 | 46 | 3B |
| Octal | 114 | 136 | 337 | 102 | 72 | 0 | 15 | 351 | 106 | 73 |
| Binary | 1001100 | 1011110 | 11011111 | 1000010 | 111010 | 0 | 1101 | 11101001 | 1000110 | 111011 |
Color Harmonies of #4C5EDF
Complementary color
Monochromatic Colors of #4C5EDF
Black with #4C5EDF
Text Example
Text Example
White with #4C5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5EDF; }
p { color: rgb(76,94,223); }
H1.HeaderClassName
{
color: #4C5EDF;
}
.AnyTagClassName
{
color: #4C5EDF;
}
</style>
background-color css
<style>
a { background-color: #4C5EDF; }
a { background-color: rgb(76,94,223); }
div.DivClassName
{
background-color: #4C5EDF;
}
.BgClassName
{
background-color: #4C5EDF;
}
</style>
border-color css
<style>
span { border-color: #4C5EDF; }
span { border-color: rgb(76,94,223); }
td.TdClassName
{
border-color: #4C5EDF;
}
.TagClassName
{
border-color: #4C5EDF;
}
</style>