Shades of Royal Blue #4966CF
Tints of Royal Blue #4966CF
RGB
CMYK
RGB Variations
Color information
#4966CF (or 0x4966CF) is known color: Royal Blue. HEX triplet: 49, 66 and CF. RGB value is (73,102,207). Sum of RGB (Red+Green+Blue) = 73+102+207=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #4966CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966CF is #B69930. Grayscale: #686868. Windows color (decimal): -11966769 or 13592137. OLE color: 13592137.
HSL color Cylindrical-coordinate representation of color #4966CF: hue angle of 227.01º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4966CF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 102 | 207 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.19 |
| HSL | 227.01º | 0.58% | 0.55% | - |
| HSV(B) | 227.01º | 0.65% | 0.81% | - |
| XYZ | 18.76 | 15.42 | 61.02 | - |
| YUV | 105.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 207 | 0.65 | 0.51 | 0 | 0.19 | 227.01 | 0.58 | 0.55 |
| Hex | 49 | 66 | CF | 41 | 33 | 0 | 13 | E3 | 3A | 37 |
| Octal | 111 | 146 | 317 | 101 | 63 | 0 | 23 | 343 | 72 | 67 |
| Binary | 1001001 | 1100110 | 11001111 | 1000001 | 110011 | 0 | 10011 | 11100011 | 111010 | 110111 |
Color Harmonies of #4966CF
Complementary color
Monochromatic Colors of #4966CF
Black with #4966CF
Text Example
Text Example
White with #4966CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4966CF; }
p { color: rgb(73,102,207); }
H1.HeaderClassName
{
color: #4966CF;
}
.AnyTagClassName
{
color: #4966CF;
}
</style>
background-color css
<style>
a { background-color: #4966CF; }
a { background-color: rgb(73,102,207); }
div.DivClassName
{
background-color: #4966CF;
}
.BgClassName
{
background-color: #4966CF;
}
</style>
border-color css
<style>
span { border-color: #4966CF; }
span { border-color: rgb(73,102,207); }
td.TdClassName
{
border-color: #4966CF;
}
.TagClassName
{
border-color: #4966CF;
}
</style>