Shades of Royal Blue #4A7EEF
Tints of Royal Blue #4A7EEF
RGB
CMYK
RGB Variations
Color information
#4A7EEF (or 0x4A7EEF) is known color: Royal Blue. HEX triplet: 4A, 7E and EF. RGB value is (74,126,239). Sum of RGB (Red+Green+Blue) = 74+126+239=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A7EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7EEF is #B58110. Grayscale: #7A7A7A. Windows color (decimal): -11895057 or 15695434. OLE color: 15695434.
HSL color Cylindrical-coordinate representation of color #4A7EEF: hue angle of 221.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A7EEF is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 126 | 239 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.06 |
| HSL | 221.09º | 0.84% | 0.61% | - |
| HSV(B) | 221.09º | 0.69% | 0.94% | - |
| XYZ | 25.86 | 22.61 | 84.66 | - |
| YUV | 123.33 | 193.27 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 126 | 239 | 0.69 | 0.47 | 0 | 0.06 | 221.09 | 0.84 | 0.61 |
| Hex | 4A | 7E | EF | 45 | 2F | 0 | 6 | DD | 54 | 3D |
| Octal | 112 | 176 | 357 | 105 | 57 | 0 | 6 | 335 | 124 | 75 |
| Binary | 1001010 | 1111110 | 11101111 | 1000101 | 101111 | 0 | 110 | 11011101 | 1010100 | 111101 |
Color Harmonies of #4A7EEF
Complementary color
Monochromatic Colors of #4A7EEF
Black with #4A7EEF
Text Example
Text Example
White with #4A7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7EEF; }
p { color: rgb(74,126,239); }
H1.HeaderClassName
{
color: #4A7EEF;
}
.AnyTagClassName
{
color: #4A7EEF;
}
</style>
background-color css
<style>
a { background-color: #4A7EEF; }
a { background-color: rgb(74,126,239); }
div.DivClassName
{
background-color: #4A7EEF;
}
.BgClassName
{
background-color: #4A7EEF;
}
</style>
border-color css
<style>
span { border-color: #4A7EEF; }
span { border-color: rgb(74,126,239); }
td.TdClassName
{
border-color: #4A7EEF;
}
.TagClassName
{
border-color: #4A7EEF;
}
</style>