Shades of Royal Blue #4969FE
Tints of Royal Blue #4969FE
RGB
CMYK
RGB Variations
Color information
#4969FE (or 0x4969FE) is known color: Royal Blue. HEX triplet: 49, 69 and FE. RGB value is (73,105,254). Sum of RGB (Red+Green+Blue) = 73+105+254=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #4969FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4969FE is #B69601. Grayscale: #6F6F6F. Windows color (decimal): -11965954 or 16673097. OLE color: 16673097.
HSL color Cylindrical-coordinate representation of color #4969FE: hue angle of 229.39º 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 #4969FE is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 105 | 254 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.00 |
| HSL | 229.39º | 0.99% | 0.64% | - |
| HSV(B) | 229.39º | 0.71% | 1% | - |
| XYZ | 25.69 | 18.68 | 96.02 | - |
| YUV | 112.42 | 207.9 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 254 | 0.71 | 0.59 | 0 | 0.00 | 229.39 | 0.99 | 0.64 |
| Hex | 49 | 69 | FE | 47 | 3B | 0 | 0 | E5 | 63 | 40 |
| Octal | 111 | 151 | 376 | 107 | 73 | 0 | 0 | 345 | 143 | 100 |
| Binary | 1001001 | 1101001 | 11111110 | 1000111 | 111011 | 0 | 0 | 11100101 | 1100011 | 1000000 |
Color Harmonies of #4969FE
Complementary color
Monochromatic Colors of #4969FE
Black with #4969FE
Text Example
Text Example
White with #4969FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4969FE; }
p { color: rgb(73,105,254); }
H1.HeaderClassName
{
color: #4969FE;
}
.AnyTagClassName
{
color: #4969FE;
}
</style>
background-color css
<style>
a { background-color: #4969FE; }
a { background-color: rgb(73,105,254); }
div.DivClassName
{
background-color: #4969FE;
}
.BgClassName
{
background-color: #4969FE;
}
</style>
border-color css
<style>
span { border-color: #4969FE; }
span { border-color: rgb(73,105,254); }
td.TdClassName
{
border-color: #4969FE;
}
.TagClassName
{
border-color: #4969FE;
}
</style>