Shades of Royal Blue #4A7CEB
Tints of Royal Blue #4A7CEB
RGB
CMYK
RGB Variations
Color information
#4A7CEB (or 0x4A7CEB) is known color: Royal Blue. HEX triplet: 4A, 7C and EB. RGB value is (74,124,235). Sum of RGB (Red+Green+Blue) = 74+124+235=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A7CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7CEB is #B58314. Grayscale: #797979. Windows color (decimal): -11895573 or 15432778. OLE color: 15432778.
HSL color Cylindrical-coordinate representation of color #4A7CEB: hue angle of 221.37º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A7CEB is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 124 | 235 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.08 |
| HSL | 221.37º | 0.8% | 0.61% | - |
| HSV(B) | 221.37º | 0.69% | 0.92% | - |
| XYZ | 25.03 | 21.87 | 81.5 | - |
| YUV | 121.7 | 191.94 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 235 | 0.69 | 0.47 | 0 | 0.08 | 221.37 | 0.8 | 0.61 |
| Hex | 4A | 7C | EB | 45 | 2F | 0 | 8 | DD | 50 | 3D |
| Octal | 112 | 174 | 353 | 105 | 57 | 0 | 10 | 335 | 120 | 75 |
| Binary | 1001010 | 1111100 | 11101011 | 1000101 | 101111 | 0 | 1000 | 11011101 | 1010000 | 111101 |
Color Harmonies of #4A7CEB
Complementary color
Monochromatic Colors of #4A7CEB
Black with #4A7CEB
Text Example
Text Example
White with #4A7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7CEB; }
p { color: rgb(74,124,235); }
H1.HeaderClassName
{
color: #4A7CEB;
}
.AnyTagClassName
{
color: #4A7CEB;
}
</style>
background-color css
<style>
a { background-color: #4A7CEB; }
a { background-color: rgb(74,124,235); }
div.DivClassName
{
background-color: #4A7CEB;
}
.BgClassName
{
background-color: #4A7CEB;
}
</style>
border-color css
<style>
span { border-color: #4A7CEB; }
span { border-color: rgb(74,124,235); }
td.TdClassName
{
border-color: #4A7CEB;
}
.TagClassName
{
border-color: #4A7CEB;
}
</style>