Shades of Royal Blue #4966DA
Tints of Royal Blue #4966DA
RGB
CMYK
RGB Variations
Color information
#4966DA (or 0x4966DA) is known color: Royal Blue. HEX triplet: 49, 66 and DA. RGB value is (73,102,218). Sum of RGB (Red+Green+Blue) = 73+102+218=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #4966DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966DA is #B69925. Grayscale: #6A6A6A. Windows color (decimal): -11966758 or 14313033. OLE color: 14313033.
HSL color Cylindrical-coordinate representation of color #4966DA: hue angle of 228º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4966DA is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 102 | 218 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.15 |
| HSL | 228º | 0.66% | 0.57% | - |
| HSV(B) | 228º | 0.67% | 0.85% | - |
| XYZ | 20.15 | 15.98 | 68.35 | - |
| YUV | 106.55 | 190.89 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 218 | 0.67 | 0.53 | 0 | 0.15 | 228 | 0.66 | 0.57 |
| Hex | 49 | 66 | DA | 43 | 35 | 0 | F | E4 | 42 | 39 |
| Octal | 111 | 146 | 332 | 103 | 65 | 0 | 17 | 344 | 102 | 71 |
| Binary | 1001001 | 1100110 | 11011010 | 1000011 | 110101 | 0 | 1111 | 11100100 | 1000010 | 111001 |
Color Harmonies of #4966DA
Complementary color
Monochromatic Colors of #4966DA
Black with #4966DA
Text Example
Text Example
White with #4966DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4966DA; }
p { color: rgb(73,102,218); }
H1.HeaderClassName
{
color: #4966DA;
}
.AnyTagClassName
{
color: #4966DA;
}
</style>
background-color css
<style>
a { background-color: #4966DA; }
a { background-color: rgb(73,102,218); }
div.DivClassName
{
background-color: #4966DA;
}
.BgClassName
{
background-color: #4966DA;
}
</style>
border-color css
<style>
span { border-color: #4966DA; }
span { border-color: rgb(73,102,218); }
td.TdClassName
{
border-color: #4966DA;
}
.TagClassName
{
border-color: #4966DA;
}
</style>