Shades of Royal Blue #4A6EDD
Tints of Royal Blue #4A6EDD
RGB
CMYK
RGB Variations
Color information
#4A6EDD (or 0x4A6EDD) is known color: Royal Blue. HEX triplet: 4A, 6E and DD. RGB value is (74,110,221). Sum of RGB (Red+Green+Blue) = 74+110+221=405 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.27% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A6EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6EDD is #B59122. Grayscale: #6F6F6F. Windows color (decimal): -11899171 or 14511690. OLE color: 14511690.
HSL color Cylindrical-coordinate representation of color #4A6EDD: hue angle of 225.31º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A6EDD is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 110 | 221 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.13 |
| HSL | 225.31º | 0.68% | 0.58% | - |
| HSV(B) | 225.31º | 0.67% | 0.87% | - |
| XYZ | 21.45 | 17.83 | 70.72 | - |
| YUV | 111.89 | 189.57 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 221 | 0.67 | 0.50 | 0 | 0.13 | 225.31 | 0.68 | 0.58 |
| Hex | 4A | 6E | DD | 43 | 32 | 0 | D | E1 | 44 | 3A |
| Octal | 112 | 156 | 335 | 103 | 62 | 0 | 15 | 341 | 104 | 72 |
| Binary | 1001010 | 1101110 | 11011101 | 1000011 | 110010 | 0 | 1101 | 11100001 | 1000100 | 111010 |
Color Harmonies of #4A6EDD
Complementary color
Monochromatic Colors of #4A6EDD
Black with #4A6EDD
Text Example
Text Example
White with #4A6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6EDD; }
p { color: rgb(74,110,221); }
H1.HeaderClassName
{
color: #4A6EDD;
}
.AnyTagClassName
{
color: #4A6EDD;
}
</style>
background-color css
<style>
a { background-color: #4A6EDD; }
a { background-color: rgb(74,110,221); }
div.DivClassName
{
background-color: #4A6EDD;
}
.BgClassName
{
background-color: #4A6EDD;
}
</style>
border-color css
<style>
span { border-color: #4A6EDD; }
span { border-color: rgb(74,110,221); }
td.TdClassName
{
border-color: #4A6EDD;
}
.TagClassName
{
border-color: #4A6EDD;
}
</style>