Shades of Royal Blue #4966D6
Tints of Royal Blue #4966D6
RGB
CMYK
RGB Variations
Color information
#4966D6 (or 0x4966D6) is known color: Royal Blue. HEX triplet: 49, 66 and D6. RGB value is (73,102,214). Sum of RGB (Red+Green+Blue) = 73+102+214=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #4966D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966D6 is #B69929. Grayscale: #696969. Windows color (decimal): -11966762 or 14050889. OLE color: 14050889.
HSL color Cylindrical-coordinate representation of color #4966D6: hue angle of 227.66º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4966D6 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 102 | 214 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.16 |
| HSL | 227.66º | 0.63% | 0.56% | - |
| HSV(B) | 227.66º | 0.66% | 0.84% | - |
| XYZ | 19.64 | 15.77 | 65.63 | - |
| YUV | 106.1 | 188.89 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 214 | 0.66 | 0.52 | 0 | 0.16 | 227.66 | 0.63 | 0.56 |
| Hex | 49 | 66 | D6 | 42 | 34 | 0 | 10 | E4 | 3F | 38 |
| Octal | 111 | 146 | 326 | 102 | 64 | 0 | 20 | 344 | 77 | 70 |
| Binary | 1001001 | 1100110 | 11010110 | 1000010 | 110100 | 0 | 10000 | 11100100 | 111111 | 111000 |
Color Harmonies of #4966D6
Complementary color
Monochromatic Colors of #4966D6
Black with #4966D6
Text Example
Text Example
White with #4966D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4966D6; }
p { color: rgb(73,102,214); }
H1.HeaderClassName
{
color: #4966D6;
}
.AnyTagClassName
{
color: #4966D6;
}
</style>
background-color css
<style>
a { background-color: #4966D6; }
a { background-color: rgb(73,102,214); }
div.DivClassName
{
background-color: #4966D6;
}
.BgClassName
{
background-color: #4966D6;
}
</style>
border-color css
<style>
span { border-color: #4966D6; }
span { border-color: rgb(73,102,214); }
td.TdClassName
{
border-color: #4966D6;
}
.TagClassName
{
border-color: #4966D6;
}
</style>