Shades of Royal Blue #4569DB
Tints of Royal Blue #4569DB
RGB
CMYK
RGB Variations
Color information
#4569DB (or 0x4569DB) is known color: Royal Blue. HEX triplet: 45, 69 and DB. RGB value is (69,105,219). Sum of RGB (Red+Green+Blue) = 69+105+219=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #4569DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4569DB is #BA9624. Grayscale: #6A6A6A. Windows color (decimal): -12228133 or 14379333. OLE color: 14379333.
HSL color Cylindrical-coordinate representation of color #4569DB: hue angle of 225.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 #4569DB is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 105 | 219 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.14 |
| HSL | 225.6º | 0.68% | 0.56% | - |
| HSV(B) | 225.6º | 0.68% | 0.86% | - |
| XYZ | 20.29 | 16.48 | 69.13 | - |
| YUV | 107.23 | 191.07 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 219 | 0.68 | 0.52 | 0 | 0.14 | 225.6 | 0.68 | 0.56 |
| Hex | 45 | 69 | DB | 44 | 34 | 0 | E | E2 | 44 | 38 |
| Octal | 105 | 151 | 333 | 104 | 64 | 0 | 16 | 342 | 104 | 70 |
| Binary | 1000101 | 1101001 | 11011011 | 1000100 | 110100 | 0 | 1110 | 11100010 | 1000100 | 111000 |
Color Harmonies of #4569DB
Complementary color
Monochromatic Colors of #4569DB
Black with #4569DB
Text Example
Text Example
White with #4569DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4569DB; }
p { color: rgb(69,105,219); }
H1.HeaderClassName
{
color: #4569DB;
}
.AnyTagClassName
{
color: #4569DB;
}
</style>
background-color css
<style>
a { background-color: #4569DB; }
a { background-color: rgb(69,105,219); }
div.DivClassName
{
background-color: #4569DB;
}
.BgClassName
{
background-color: #4569DB;
}
</style>
border-color css
<style>
span { border-color: #4569DB; }
span { border-color: rgb(69,105,219); }
td.TdClassName
{
border-color: #4569DB;
}
.TagClassName
{
border-color: #4569DB;
}
</style>