Shades of Royal Blue #4963DB
Tints of Royal Blue #4963DB
RGB
CMYK
RGB Variations
Color information
#4963DB (or 0x4963DB) is known color: Royal Blue. HEX triplet: 49, 63 and DB. RGB value is (73,99,219). Sum of RGB (Red+Green+Blue) = 73+99+219=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #4963DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4963DB is #B69C24. Grayscale: #686868. Windows color (decimal): -11967525 or 14377801. OLE color: 14377801.
HSL color Cylindrical-coordinate representation of color #4963DB: hue angle of 229.32º degrees, saturation: 0.67, 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 #4963DB is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 99 | 219 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.14 |
| HSL | 229.32º | 0.67% | 0.57% | - |
| HSV(B) | 229.32º | 0.67% | 0.86% | - |
| XYZ | 20 | 15.45 | 68.95 | - |
| YUV | 104.91 | 192.39 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 219 | 0.67 | 0.55 | 0 | 0.14 | 229.32 | 0.67 | 0.57 |
| Hex | 49 | 63 | DB | 43 | 37 | 0 | E | E5 | 43 | 39 |
| Octal | 111 | 143 | 333 | 103 | 67 | 0 | 16 | 345 | 103 | 71 |
| Binary | 1001001 | 1100011 | 11011011 | 1000011 | 110111 | 0 | 1110 | 11100101 | 1000011 | 111001 |
Color Harmonies of #4963DB
Complementary color
Monochromatic Colors of #4963DB
Black with #4963DB
Text Example
Text Example
White with #4963DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4963DB; }
p { color: rgb(73,99,219); }
H1.HeaderClassName
{
color: #4963DB;
}
.AnyTagClassName
{
color: #4963DB;
}
</style>
background-color css
<style>
a { background-color: #4963DB; }
a { background-color: rgb(73,99,219); }
div.DivClassName
{
background-color: #4963DB;
}
.BgClassName
{
background-color: #4963DB;
}
</style>
border-color css
<style>
span { border-color: #4963DB; }
span { border-color: rgb(73,99,219); }
td.TdClassName
{
border-color: #4963DB;
}
.TagClassName
{
border-color: #4963DB;
}
</style>