Shades of Royal Blue #4966DF
Tints of Royal Blue #4966DF
RGB
CMYK
RGB Variations
Color information
#4966DF (or 0x4966DF) is known color: Royal Blue. HEX triplet: 49, 66 and DF. RGB value is (73,102,223). Sum of RGB (Red+Green+Blue) = 73+102+223=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #4966DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966DF is #B69920. Grayscale: #6A6A6A. Windows color (decimal): -11966753 or 14640713. OLE color: 14640713.
HSL color Cylindrical-coordinate representation of color #4966DF: hue angle of 228.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4966DF is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 102 | 223 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.13 |
| HSL | 228.4º | 0.7% | 0.58% | - |
| HSV(B) | 228.4º | 0.67% | 0.87% | - |
| XYZ | 20.82 | 16.25 | 71.85 | - |
| YUV | 107.12 | 193.39 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 223 | 0.67 | 0.54 | 0 | 0.13 | 228.4 | 0.7 | 0.58 |
| Hex | 49 | 66 | DF | 43 | 36 | 0 | D | E4 | 46 | 3A |
| Octal | 111 | 146 | 337 | 103 | 66 | 0 | 15 | 344 | 106 | 72 |
| Binary | 1001001 | 1100110 | 11011111 | 1000011 | 110110 | 0 | 1101 | 11100100 | 1000110 | 111010 |
Color Harmonies of #4966DF
Complementary color
Monochromatic Colors of #4966DF
Black with #4966DF
Text Example
Text Example
White with #4966DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4966DF; }
p { color: rgb(73,102,223); }
H1.HeaderClassName
{
color: #4966DF;
}
.AnyTagClassName
{
color: #4966DF;
}
</style>
background-color css
<style>
a { background-color: #4966DF; }
a { background-color: rgb(73,102,223); }
div.DivClassName
{
background-color: #4966DF;
}
.BgClassName
{
background-color: #4966DF;
}
</style>
border-color css
<style>
span { border-color: #4966DF; }
span { border-color: rgb(73,102,223); }
td.TdClassName
{
border-color: #4966DF;
}
.TagClassName
{
border-color: #4966DF;
}
</style>