Shades of Royal Blue #4A7EF1
Tints of Royal Blue #4A7EF1
RGB
CMYK
RGB Variations
Color information
#4A7EF1 (or 0x4A7EF1) is known color: Royal Blue. HEX triplet: 4A, 7E and F1. RGB value is (74,126,241). Sum of RGB (Red+Green+Blue) = 74+126+241=441 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.78% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #4A7EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7EF1 is #B5810E. Grayscale: #7B7B7B. Windows color (decimal): -11895055 or 15826506. OLE color: 15826506.
HSL color Cylindrical-coordinate representation of color #4A7EF1: hue angle of 221.32º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A7EF1 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 126 | 241 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.05 |
| HSL | 221.32º | 0.86% | 0.62% | - |
| HSV(B) | 221.32º | 0.69% | 0.95% | - |
| XYZ | 26.16 | 22.73 | 86.23 | - |
| YUV | 123.56 | 194.27 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 241 | 0.69 | 0.48 | 0 | 0.05 | 221.32 | 0.86 | 0.62 |
| Hex | 4A | 7E | F1 | 45 | 30 | 0 | 5 | DD | 56 | 3E |
| Octal | 112 | 176 | 361 | 105 | 60 | 0 | 5 | 335 | 126 | 76 |
| Binary | 1001010 | 1111110 | 11110001 | 1000101 | 110000 | 0 | 101 | 11011101 | 1010110 | 111110 |
Color Harmonies of #4A7EF1
Complementary color
Monochromatic Colors of #4A7EF1
Black with #4A7EF1
Text Example
Text Example
White with #4A7EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7EF1; }
p { color: rgb(74,126,241); }
H1.HeaderClassName
{
color: #4A7EF1;
}
.AnyTagClassName
{
color: #4A7EF1;
}
</style>
background-color css
<style>
a { background-color: #4A7EF1; }
a { background-color: rgb(74,126,241); }
div.DivClassName
{
background-color: #4A7EF1;
}
.BgClassName
{
background-color: #4A7EF1;
}
</style>
border-color css
<style>
span { border-color: #4A7EF1; }
span { border-color: rgb(74,126,241); }
td.TdClassName
{
border-color: #4A7EF1;
}
.TagClassName
{
border-color: #4A7EF1;
}
</style>