Shades of Royal Blue #4664DB
Tints of Royal Blue #4664DB
RGB
CMYK
RGB Variations
Color information
#4664DB (or 0x4664DB) is known color: Royal Blue. HEX triplet: 46, 64 and DB. RGB value is (70,100,219). Sum of RGB (Red+Green+Blue) = 70+100+219=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #4664DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4664DB is #B99B24. Grayscale: #686868. Windows color (decimal): -12163877 or 14378054. OLE color: 14378054.
HSL color Cylindrical-coordinate representation of color #4664DB: hue angle of 227.92º 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 #4664DB is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 100 | 219 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.14 |
| HSL | 227.92º | 0.67% | 0.57% | - |
| HSV(B) | 227.92º | 0.68% | 0.86% | - |
| XYZ | 19.87 | 15.53 | 68.97 | - |
| YUV | 104.6 | 192.56 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 219 | 0.68 | 0.54 | 0 | 0.14 | 227.92 | 0.67 | 0.57 |
| Hex | 46 | 64 | DB | 44 | 36 | 0 | E | E4 | 43 | 39 |
| Octal | 106 | 144 | 333 | 104 | 66 | 0 | 16 | 344 | 103 | 71 |
| Binary | 1000110 | 1100100 | 11011011 | 1000100 | 110110 | 0 | 1110 | 11100100 | 1000011 | 111001 |
Color Harmonies of #4664DB
Complementary color
Monochromatic Colors of #4664DB
Black with #4664DB
Text Example
Text Example
White with #4664DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4664DB; }
p { color: rgb(70,100,219); }
H1.HeaderClassName
{
color: #4664DB;
}
.AnyTagClassName
{
color: #4664DB;
}
</style>
background-color css
<style>
a { background-color: #4664DB; }
a { background-color: rgb(70,100,219); }
div.DivClassName
{
background-color: #4664DB;
}
.BgClassName
{
background-color: #4664DB;
}
</style>
border-color css
<style>
span { border-color: #4664DB; }
span { border-color: rgb(70,100,219); }
td.TdClassName
{
border-color: #4664DB;
}
.TagClassName
{
border-color: #4664DB;
}
</style>