Shades of Royal Blue #4663DB
Tints of Royal Blue #4663DB
RGB
CMYK
RGB Variations
Color information
#4663DB (or 0x4663DB) is known color: Royal Blue. HEX triplet: 46, 63 and DB. RGB value is (70,99,219). Sum of RGB (Red+Green+Blue) = 70+99+219=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #4663DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4663DB is #B99C24. Grayscale: #676767. Windows color (decimal): -12164133 or 14377798. OLE color: 14377798.
HSL color Cylindrical-coordinate representation of color #4663DB: hue angle of 228.32º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4663DB is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 99 | 219 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.14 |
| HSL | 228.32º | 0.67% | 0.57% | - |
| HSV(B) | 228.32º | 0.68% | 0.86% | - |
| XYZ | 19.77 | 15.34 | 68.94 | - |
| YUV | 104.01 | 192.89 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 219 | 0.68 | 0.55 | 0 | 0.14 | 228.32 | 0.67 | 0.57 |
| Hex | 46 | 63 | DB | 44 | 37 | 0 | E | E4 | 43 | 39 |
| Octal | 106 | 143 | 333 | 104 | 67 | 0 | 16 | 344 | 103 | 71 |
| Binary | 1000110 | 1100011 | 11011011 | 1000100 | 110111 | 0 | 1110 | 11100100 | 1000011 | 111001 |
Color Harmonies of #4663DB
Complementary color
Monochromatic Colors of #4663DB
Black with #4663DB
Text Example
Text Example
White with #4663DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4663DB; }
p { color: rgb(70,99,219); }
H1.HeaderClassName
{
color: #4663DB;
}
.AnyTagClassName
{
color: #4663DB;
}
</style>
background-color css
<style>
a { background-color: #4663DB; }
a { background-color: rgb(70,99,219); }
div.DivClassName
{
background-color: #4663DB;
}
.BgClassName
{
background-color: #4663DB;
}
</style>
border-color css
<style>
span { border-color: #4663DB; }
span { border-color: rgb(70,99,219); }
td.TdClassName
{
border-color: #4663DB;
}
.TagClassName
{
border-color: #4663DB;
}
</style>