Shades of Royal Blue #4A6BFE
Tints of Royal Blue #4A6BFE
RGB
CMYK
RGB Variations
Color information
#4A6BFE (or 0x4A6BFE) is known color: Royal Blue. HEX triplet: 4A, 6B and FE. RGB value is (74,107,254). Sum of RGB (Red+Green+Blue) = 74+107+254=435 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.01% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A6BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6BFE is #B59401. Grayscale: #717171. Windows color (decimal): -11899906 or 16673610. OLE color: 16673610.
HSL color Cylindrical-coordinate representation of color #4A6BFE: hue angle of 229º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A6BFE is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 107 | 254 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.00 |
| HSL | 229º | 0.99% | 0.64% | - |
| HSV(B) | 229º | 0.71% | 1% | - |
| XYZ | 25.97 | 19.13 | 96.09 | - |
| YUV | 113.89 | 207.07 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 107 | 254 | 0.71 | 0.58 | 0 | 0.00 | 229 | 0.99 | 0.64 |
| Hex | 4A | 6B | FE | 47 | 3A | 0 | 0 | E5 | 63 | 40 |
| Octal | 112 | 153 | 376 | 107 | 72 | 0 | 0 | 345 | 143 | 100 |
| Binary | 1001010 | 1101011 | 11111110 | 1000111 | 111010 | 0 | 0 | 11100101 | 1100011 | 1000000 |
Color Harmonies of #4A6BFE
Complementary color
Monochromatic Colors of #4A6BFE
Black with #4A6BFE
Text Example
Text Example
White with #4A6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6BFE; }
p { color: rgb(74,107,254); }
H1.HeaderClassName
{
color: #4A6BFE;
}
.AnyTagClassName
{
color: #4A6BFE;
}
</style>
background-color css
<style>
a { background-color: #4A6BFE; }
a { background-color: rgb(74,107,254); }
div.DivClassName
{
background-color: #4A6BFE;
}
.BgClassName
{
background-color: #4A6BFE;
}
</style>
border-color css
<style>
span { border-color: #4A6BFE; }
span { border-color: rgb(74,107,254); }
td.TdClassName
{
border-color: #4A6BFE;
}
.TagClassName
{
border-color: #4A6BFE;
}
</style>