Shades of Royal Blue #4966DC
Tints of Royal Blue #4966DC
RGB
CMYK
RGB Variations
Color information
#4966DC (or 0x4966DC) is known color: Royal Blue. HEX triplet: 49, 66 and DC. RGB value is (73,102,220). Sum of RGB (Red+Green+Blue) = 73+102+220=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #4966DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966DC is #B69923. Grayscale: #6A6A6A. Windows color (decimal): -11966756 or 14444105. OLE color: 14444105.
HSL color Cylindrical-coordinate representation of color #4966DC: hue angle of 228.16º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4966DC is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 102 | 220 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.14 |
| HSL | 228.16º | 0.68% | 0.57% | - |
| HSV(B) | 228.16º | 0.67% | 0.86% | - |
| XYZ | 20.42 | 16.09 | 69.74 | - |
| YUV | 106.78 | 191.89 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 220 | 0.67 | 0.54 | 0 | 0.14 | 228.16 | 0.68 | 0.57 |
| Hex | 49 | 66 | DC | 43 | 36 | 0 | E | E4 | 44 | 39 |
| Octal | 111 | 146 | 334 | 103 | 66 | 0 | 16 | 344 | 104 | 71 |
| Binary | 1001001 | 1100110 | 11011100 | 1000011 | 110110 | 0 | 1110 | 11100100 | 1000100 | 111001 |
Color Harmonies of #4966DC
Complementary color
Monochromatic Colors of #4966DC
Black with #4966DC
Text Example
Text Example
White with #4966DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4966DC; }
p { color: rgb(73,102,220); }
H1.HeaderClassName
{
color: #4966DC;
}
.AnyTagClassName
{
color: #4966DC;
}
</style>
background-color css
<style>
a { background-color: #4966DC; }
a { background-color: rgb(73,102,220); }
div.DivClassName
{
background-color: #4966DC;
}
.BgClassName
{
background-color: #4966DC;
}
</style>
border-color css
<style>
span { border-color: #4966DC; }
span { border-color: rgb(73,102,220); }
td.TdClassName
{
border-color: #4966DC;
}
.TagClassName
{
border-color: #4966DC;
}
</style>