Shades of Royal Blue #4A7CE0
Tints of Royal Blue #4A7CE0
RGB
CMYK
RGB Variations
Color information
#4A7CE0 (or 0x4A7CE0) is known color: Royal Blue. HEX triplet: 4A, 7C and E0. RGB value is (74,124,224). Sum of RGB (Red+Green+Blue) = 74+124+224=422 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.54% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #4A7CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A7CE0 is #B5831F. Grayscale: #787878. Windows color (decimal): -11895584 or 14711882. OLE color: 14711882.
HSL color Cylindrical-coordinate representation of color #4A7CE0: hue angle of 220º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A7CE0 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 124 | 224 | - |
| CMYK | 0.67 | 0.45 | 0 | 0.12 |
| HSL | 220º | 0.71% | 0.58% | - |
| HSV(B) | 220º | 0.67% | 0.88% | - |
| XYZ | 23.49 | 21.25 | 73.39 | - |
| YUV | 120.45 | 186.44 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 224 | 0.67 | 0.45 | 0 | 0.12 | 220 | 0.71 | 0.58 |
| Hex | 4A | 7C | E0 | 43 | 2D | 0 | C | DC | 47 | 3A |
| Octal | 112 | 174 | 340 | 103 | 55 | 0 | 14 | 334 | 107 | 72 |
| Binary | 1001010 | 1111100 | 11100000 | 1000011 | 101101 | 0 | 1100 | 11011100 | 1000111 | 111010 |
Color Harmonies of #4A7CE0
Complementary color
Monochromatic Colors of #4A7CE0
Black with #4A7CE0
Text Example
Text Example
White with #4A7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7CE0; }
p { color: rgb(74,124,224); }
H1.HeaderClassName
{
color: #4A7CE0;
}
.AnyTagClassName
{
color: #4A7CE0;
}
</style>
background-color css
<style>
a { background-color: #4A7CE0; }
a { background-color: rgb(74,124,224); }
div.DivClassName
{
background-color: #4A7CE0;
}
.BgClassName
{
background-color: #4A7CE0;
}
</style>
border-color css
<style>
span { border-color: #4A7CE0; }
span { border-color: rgb(74,124,224); }
td.TdClassName
{
border-color: #4A7CE0;
}
.TagClassName
{
border-color: #4A7CE0;
}
</style>