Shades of Royal Blue #4A6BFA
Tints of Royal Blue #4A6BFA
RGB
CMYK
RGB Variations
Color information
#4A6BFA (or 0x4A6BFA) is known color: Royal Blue. HEX triplet: 4A, 6B and FA. RGB value is (74,107,250). Sum of RGB (Red+Green+Blue) = 74+107+250=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A6BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6BFA is #B59405. Grayscale: #707070. Windows color (decimal): -11899910 or 16411466. OLE color: 16411466.
HSL color Cylindrical-coordinate representation of color #4A6BFA: hue angle of 228.75º 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 #4A6BFA is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 107 | 250 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.02 |
| HSL | 228.75º | 0.95% | 0.64% | - |
| HSV(B) | 228.75º | 0.7% | 0.98% | - |
| XYZ | 25.34 | 18.87 | 92.75 | - |
| YUV | 113.44 | 205.07 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 250 | 0.70 | 0.57 | 0 | 0.02 | 228.75 | 0.95 | 0.64 |
| Hex | 4A | 6B | FA | 46 | 39 | 0 | 2 | E5 | 5F | 40 |
| Octal | 112 | 153 | 372 | 106 | 71 | 0 | 2 | 345 | 137 | 100 |
| Binary | 1001010 | 1101011 | 11111010 | 1000110 | 111001 | 0 | 10 | 11100101 | 1011111 | 1000000 |
Color Harmonies of #4A6BFA
Complementary color
Monochromatic Colors of #4A6BFA
Black with #4A6BFA
Text Example
Text Example
White with #4A6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6BFA; }
p { color: rgb(74,107,250); }
H1.HeaderClassName
{
color: #4A6BFA;
}
.AnyTagClassName
{
color: #4A6BFA;
}
</style>
background-color css
<style>
a { background-color: #4A6BFA; }
a { background-color: rgb(74,107,250); }
div.DivClassName
{
background-color: #4A6BFA;
}
.BgClassName
{
background-color: #4A6BFA;
}
</style>
border-color css
<style>
span { border-color: #4A6BFA; }
span { border-color: rgb(74,107,250); }
td.TdClassName
{
border-color: #4A6BFA;
}
.TagClassName
{
border-color: #4A6BFA;
}
</style>