Shades of Royal Blue #4A6DFA
Tints of Royal Blue #4A6DFA
RGB
CMYK
RGB Variations
Color information
#4A6DFA (or 0x4A6DFA) is known color: Royal Blue. HEX triplet: 4A, 6D and FA. RGB value is (74,109,250). Sum of RGB (Red+Green+Blue) = 74+109+250=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A6DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6DFA is #B59205. Grayscale: #727272. Windows color (decimal): -11899398 or 16411978. OLE color: 16411978.
HSL color Cylindrical-coordinate representation of color #4A6DFA: hue angle of 228.07º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A6DFA is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 109 | 250 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.02 |
| HSL | 228.07º | 0.95% | 0.64% | - |
| HSV(B) | 228.07º | 0.7% | 0.98% | - |
| XYZ | 25.55 | 19.3 | 92.82 | - |
| YUV | 114.61 | 204.4 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 250 | 0.70 | 0.56 | 0 | 0.02 | 228.07 | 0.95 | 0.64 |
| Hex | 4A | 6D | FA | 46 | 38 | 0 | 2 | E4 | 5F | 40 |
| Octal | 112 | 155 | 372 | 106 | 70 | 0 | 2 | 344 | 137 | 100 |
| Binary | 1001010 | 1101101 | 11111010 | 1000110 | 111000 | 0 | 10 | 11100100 | 1011111 | 1000000 |
Color Harmonies of #4A6DFA
Complementary color
Monochromatic Colors of #4A6DFA
Black with #4A6DFA
Text Example
Text Example
White with #4A6DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6DFA; }
p { color: rgb(74,109,250); }
H1.HeaderClassName
{
color: #4A6DFA;
}
.AnyTagClassName
{
color: #4A6DFA;
}
</style>
background-color css
<style>
a { background-color: #4A6DFA; }
a { background-color: rgb(74,109,250); }
div.DivClassName
{
background-color: #4A6DFA;
}
.BgClassName
{
background-color: #4A6DFA;
}
</style>
border-color css
<style>
span { border-color: #4A6DFA; }
span { border-color: rgb(74,109,250); }
td.TdClassName
{
border-color: #4A6DFA;
}
.TagClassName
{
border-color: #4A6DFA;
}
</style>