Shades of Royal Blue #4A6EF3
Tints of Royal Blue #4A6EF3
RGB
CMYK
RGB Variations
Color information
#4A6EF3 (or 0x4A6EF3) is known color: Royal Blue. HEX triplet: 4A, 6E and F3. RGB value is (74,110,243). Sum of RGB (Red+Green+Blue) = 74+110+243=427 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.33% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 243 (95.31% from 255 or 56.91% from 427); Max value from RGB is 243 - color contains mainly: blue. Hex color #4A6EF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6EF3 is #B5910C. Grayscale: #717171. Windows color (decimal): -11899149 or 15953482. OLE color: 15953482.
HSL color Cylindrical-coordinate representation of color #4A6EF3: hue angle of 227.22º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A6EF3 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 110 | 243 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.05 |
| HSL | 227.22º | 0.88% | 0.62% | - |
| HSV(B) | 227.22º | 0.7% | 0.95% | - |
| XYZ | 24.58 | 19.08 | 87.18 | - |
| YUV | 114.4 | 200.57 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 243 | 0.70 | 0.55 | 0 | 0.05 | 227.22 | 0.88 | 0.62 |
| Hex | 4A | 6E | F3 | 46 | 37 | 0 | 5 | E3 | 58 | 3E |
| Octal | 112 | 156 | 363 | 106 | 67 | 0 | 5 | 343 | 130 | 76 |
| Binary | 1001010 | 1101110 | 11110011 | 1000110 | 110111 | 0 | 101 | 11100011 | 1011000 | 111110 |
Color Harmonies of #4A6EF3
Complementary color
Monochromatic Colors of #4A6EF3
Black with #4A6EF3
Text Example
Text Example
White with #4A6EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6EF3; }
p { color: rgb(74,110,243); }
H1.HeaderClassName
{
color: #4A6EF3;
}
.AnyTagClassName
{
color: #4A6EF3;
}
</style>
background-color css
<style>
a { background-color: #4A6EF3; }
a { background-color: rgb(74,110,243); }
div.DivClassName
{
background-color: #4A6EF3;
}
.BgClassName
{
background-color: #4A6EF3;
}
</style>
border-color css
<style>
span { border-color: #4A6EF3; }
span { border-color: rgb(74,110,243); }
td.TdClassName
{
border-color: #4A6EF3;
}
.TagClassName
{
border-color: #4A6EF3;
}
</style>