Shades of Royal Blue #4559DB
Tints of Royal Blue #4559DB
RGB
CMYK
RGB Variations
Color information
#4559DB (or 0x4559DB) is known color: Royal Blue. HEX triplet: 45, 59 and DB. RGB value is (69,89,219). Sum of RGB (Red+Green+Blue) = 69+89+219=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #4559DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4559DB is #BAA624. Grayscale: #616161. Windows color (decimal): -12232229 or 14375237. OLE color: 14375237.
HSL color Cylindrical-coordinate representation of color #4559DB: hue angle of 232º 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 #4559DB is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 89 | 219 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.14 |
| HSL | 232º | 0.68% | 0.56% | - |
| HSV(B) | 232º | 0.68% | 0.86% | - |
| XYZ | 18.81 | 13.52 | 68.64 | - |
| YUV | 97.84 | 196.37 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 219 | 0.68 | 0.59 | 0 | 0.14 | 232 | 0.68 | 0.56 |
| Hex | 45 | 59 | DB | 44 | 3B | 0 | E | E8 | 44 | 38 |
| Octal | 105 | 131 | 333 | 104 | 73 | 0 | 16 | 350 | 104 | 70 |
| Binary | 1000101 | 1011001 | 11011011 | 1000100 | 111011 | 0 | 1110 | 11101000 | 1000100 | 111000 |
Color Harmonies of #4559DB
Complementary color
Monochromatic Colors of #4559DB
Black with #4559DB
Text Example
Text Example
White with #4559DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4559DB; }
p { color: rgb(69,89,219); }
H1.HeaderClassName
{
color: #4559DB;
}
.AnyTagClassName
{
color: #4559DB;
}
</style>
background-color css
<style>
a { background-color: #4559DB; }
a { background-color: rgb(69,89,219); }
div.DivClassName
{
background-color: #4559DB;
}
.BgClassName
{
background-color: #4559DB;
}
</style>
border-color css
<style>
span { border-color: #4559DB; }
span { border-color: rgb(69,89,219); }
td.TdClassName
{
border-color: #4559DB;
}
.TagClassName
{
border-color: #4559DB;
}
</style>