Shades of Royal Blue #4A7CFB
Tints of Royal Blue #4A7CFB
RGB
CMYK
RGB Variations
Color information
#4A7CFB (or 0x4A7CFB) is known color: Royal Blue. HEX triplet: 4A, 7C and FB. RGB value is (74,124,251). Sum of RGB (Red+Green+Blue) = 74+124+251=449 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.48% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 251 (98.44% from 255 or 55.90% from 449); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A7CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A7CFB is #B58304. Grayscale: #7A7A7A. Windows color (decimal): -11895557 or 16481354. OLE color: 16481354.
HSL color Cylindrical-coordinate representation of color #4A7CFB: hue angle of 223.05º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A7CFB is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 124 | 251 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.02 |
| HSL | 223.05º | 0.96% | 0.64% | - |
| HSV(B) | 223.05º | 0.71% | 0.98% | - |
| XYZ | 27.44 | 22.84 | 94.23 | - |
| YUV | 123.53 | 199.94 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 124 | 251 | 0.71 | 0.51 | 0 | 0.02 | 223.05 | 0.96 | 0.64 |
| Hex | 4A | 7C | FB | 47 | 33 | 0 | 2 | DF | 60 | 40 |
| Octal | 112 | 174 | 373 | 107 | 63 | 0 | 2 | 337 | 140 | 100 |
| Binary | 1001010 | 1111100 | 11111011 | 1000111 | 110011 | 0 | 10 | 11011111 | 1100000 | 1000000 |
Color Harmonies of #4A7CFB
Complementary color
Monochromatic Colors of #4A7CFB
Black with #4A7CFB
Text Example
Text Example
White with #4A7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7CFB; }
p { color: rgb(74,124,251); }
H1.HeaderClassName
{
color: #4A7CFB;
}
.AnyTagClassName
{
color: #4A7CFB;
}
</style>
background-color css
<style>
a { background-color: #4A7CFB; }
a { background-color: rgb(74,124,251); }
div.DivClassName
{
background-color: #4A7CFB;
}
.BgClassName
{
background-color: #4A7CFB;
}
</style>
border-color css
<style>
span { border-color: #4A7CFB; }
span { border-color: rgb(74,124,251); }
td.TdClassName
{
border-color: #4A7CFB;
}
.TagClassName
{
border-color: #4A7CFB;
}
</style>