Shades of Royal Blue #4578DB
Tints of Royal Blue #4578DB
RGB
CMYK
RGB Variations
Color information
#4578DB (or 0x4578DB) is known color: Royal Blue. HEX triplet: 45, 78 and DB. RGB value is (69,120,219). Sum of RGB (Red+Green+Blue) = 69+120+219=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #4578DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4578DB is #BA8724. Grayscale: #737373. Windows color (decimal): -12224293 or 14383173. OLE color: 14383173.
HSL color Cylindrical-coordinate representation of color #4578DB: hue angle of 219.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4578DB is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 120 | 219 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.14 |
| HSL | 219.6º | 0.68% | 0.56% | - |
| HSV(B) | 219.6º | 0.68% | 0.86% | - |
| XYZ | 21.96 | 19.81 | 69.68 | - |
| YUV | 116.04 | 186.1 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 219 | 0.68 | 0.45 | 0 | 0.14 | 219.6 | 0.68 | 0.56 |
| Hex | 45 | 78 | DB | 44 | 2D | 0 | E | DC | 44 | 38 |
| Octal | 105 | 170 | 333 | 104 | 55 | 0 | 16 | 334 | 104 | 70 |
| Binary | 1000101 | 1111000 | 11011011 | 1000100 | 101101 | 0 | 1110 | 11011100 | 1000100 | 111000 |
Color Harmonies of #4578DB
Complementary color
Monochromatic Colors of #4578DB
Black with #4578DB
Text Example
Text Example
White with #4578DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4578DB; }
p { color: rgb(69,120,219); }
H1.HeaderClassName
{
color: #4578DB;
}
.AnyTagClassName
{
color: #4578DB;
}
</style>
background-color css
<style>
a { background-color: #4578DB; }
a { background-color: rgb(69,120,219); }
div.DivClassName
{
background-color: #4578DB;
}
.BgClassName
{
background-color: #4578DB;
}
</style>
border-color css
<style>
span { border-color: #4578DB; }
span { border-color: rgb(69,120,219); }
td.TdClassName
{
border-color: #4578DB;
}
.TagClassName
{
border-color: #4578DB;
}
</style>