Shades of Royal Blue #4A6EE1
Tints of Royal Blue #4A6EE1
RGB
CMYK
RGB Variations
Color information
#4A6EE1 (or 0x4A6EE1) is known color: Royal Blue. HEX triplet: 4A, 6E and E1. RGB value is (74,110,225). Sum of RGB (Red+Green+Blue) = 74+110+225=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #4A6EE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6EE1 is #B5911E. Grayscale: #6F6F6F. Windows color (decimal): -11899167 or 14773834. OLE color: 14773834.
HSL color Cylindrical-coordinate representation of color #4A6EE1: hue angle of 225.7º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A6EE1 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 110 | 225 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.12 |
| HSL | 225.7º | 0.72% | 0.59% | - |
| HSV(B) | 225.7º | 0.67% | 0.88% | - |
| XYZ | 21.99 | 18.04 | 73.56 | - |
| YUV | 112.35 | 191.57 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 225 | 0.67 | 0.51 | 0 | 0.12 | 225.7 | 0.72 | 0.59 |
| Hex | 4A | 6E | E1 | 43 | 33 | 0 | C | E2 | 48 | 3B |
| Octal | 112 | 156 | 341 | 103 | 63 | 0 | 14 | 342 | 110 | 73 |
| Binary | 1001010 | 1101110 | 11100001 | 1000011 | 110011 | 0 | 1100 | 11100010 | 1001000 | 111011 |
Color Harmonies of #4A6EE1
Complementary color
Monochromatic Colors of #4A6EE1
Black with #4A6EE1
Text Example
Text Example
White with #4A6EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6EE1; }
p { color: rgb(74,110,225); }
H1.HeaderClassName
{
color: #4A6EE1;
}
.AnyTagClassName
{
color: #4A6EE1;
}
</style>
background-color css
<style>
a { background-color: #4A6EE1; }
a { background-color: rgb(74,110,225); }
div.DivClassName
{
background-color: #4A6EE1;
}
.BgClassName
{
background-color: #4A6EE1;
}
</style>
border-color css
<style>
span { border-color: #4A6EE1; }
span { border-color: rgb(74,110,225); }
td.TdClassName
{
border-color: #4A6EE1;
}
.TagClassName
{
border-color: #4A6EE1;
}
</style>