Shades of Royal Blue #4966F1
Tints of Royal Blue #4966F1
RGB
CMYK
RGB Variations
Color information
#4966F1 (or 0x4966F1) is known color: Royal Blue. HEX triplet: 49, 66 and F1. RGB value is (73,102,241). Sum of RGB (Red+Green+Blue) = 73+102+241=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #4966F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4966F1 is #B6990E. Grayscale: #6C6C6C. Windows color (decimal): -11966735 or 15820361. OLE color: 15820361.
HSL color Cylindrical-coordinate representation of color #4966F1: hue angle of 229.64º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4966F1 is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 102 | 241 | - |
| CMYK | 0.70 | 0.58 | 0 | 0.05 |
| HSL | 229.64º | 0.86% | 0.62% | - |
| HSV(B) | 229.64º | 0.7% | 0.95% | - |
| XYZ | 23.38 | 17.27 | 85.32 | - |
| YUV | 109.18 | 202.39 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 241 | 0.70 | 0.58 | 0 | 0.05 | 229.64 | 0.86 | 0.62 |
| Hex | 49 | 66 | F1 | 46 | 3A | 0 | 5 | E6 | 56 | 3E |
| Octal | 111 | 146 | 361 | 106 | 72 | 0 | 5 | 346 | 126 | 76 |
| Binary | 1001001 | 1100110 | 11110001 | 1000110 | 111010 | 0 | 101 | 11100110 | 1010110 | 111110 |
Color Harmonies of #4966F1
Complementary color
Monochromatic Colors of #4966F1
Black with #4966F1
Text Example
Text Example
White with #4966F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4966F1; }
p { color: rgb(73,102,241); }
H1.HeaderClassName
{
color: #4966F1;
}
.AnyTagClassName
{
color: #4966F1;
}
</style>
background-color css
<style>
a { background-color: #4966F1; }
a { background-color: rgb(73,102,241); }
div.DivClassName
{
background-color: #4966F1;
}
.BgClassName
{
background-color: #4966F1;
}
</style>
border-color css
<style>
span { border-color: #4966F1; }
span { border-color: rgb(73,102,241); }
td.TdClassName
{
border-color: #4966F1;
}
.TagClassName
{
border-color: #4966F1;
}
</style>