Shades of Royal Blue #4A6FFB
Tints of Royal Blue #4A6FFB
RGB
CMYK
RGB Variations
Color information
#4A6FFB (or 0x4A6FFB) is known color: Royal Blue. HEX triplet: 4A, 6F and FB. RGB value is (74,111,251). Sum of RGB (Red+Green+Blue) = 74+111+251=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A6FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6FFB is #B59004. Grayscale: #737373. Windows color (decimal): -11898885 or 16478026. OLE color: 16478026.
HSL color Cylindrical-coordinate representation of color #4A6FFB: hue angle of 227.46º 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 #4A6FFB is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 111 | 251 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.02 |
| HSL | 227.46º | 0.96% | 0.64% | - |
| HSV(B) | 227.46º | 0.71% | 0.98% | - |
| XYZ | 25.92 | 19.79 | 93.72 | - |
| YUV | 115.9 | 204.24 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 111 | 251 | 0.71 | 0.56 | 0 | 0.02 | 227.46 | 0.96 | 0.64 |
| Hex | 4A | 6F | FB | 47 | 38 | 0 | 2 | E3 | 60 | 40 |
| Octal | 112 | 157 | 373 | 107 | 70 | 0 | 2 | 343 | 140 | 100 |
| Binary | 1001010 | 1101111 | 11111011 | 1000111 | 111000 | 0 | 10 | 11100011 | 1100000 | 1000000 |
Color Harmonies of #4A6FFB
Complementary color
Monochromatic Colors of #4A6FFB
Black with #4A6FFB
Text Example
Text Example
White with #4A6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6FFB; }
p { color: rgb(74,111,251); }
H1.HeaderClassName
{
color: #4A6FFB;
}
.AnyTagClassName
{
color: #4A6FFB;
}
</style>
background-color css
<style>
a { background-color: #4A6FFB; }
a { background-color: rgb(74,111,251); }
div.DivClassName
{
background-color: #4A6FFB;
}
.BgClassName
{
background-color: #4A6FFB;
}
</style>
border-color css
<style>
span { border-color: #4A6FFB; }
span { border-color: rgb(74,111,251); }
td.TdClassName
{
border-color: #4A6FFB;
}
.TagClassName
{
border-color: #4A6FFB;
}
</style>