Shades of Royal Blue #4569DC
Tints of Royal Blue #4569DC
RGB
CMYK
RGB Variations
Color information
#4569DC (or 0x4569DC) is known color: Royal Blue. HEX triplet: 45, 69 and DC. RGB value is (69,105,220). Sum of RGB (Red+Green+Blue) = 69+105+220=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #4569DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4569DC is #BA9623. Grayscale: #6A6A6A. Windows color (decimal): -12228132 or 14444869. OLE color: 14444869.
HSL color Cylindrical-coordinate representation of color #4569DC: hue angle of 225.7º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4569DC is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 105 | 220 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.14 |
| HSL | 225.7º | 0.68% | 0.57% | - |
| HSV(B) | 225.7º | 0.69% | 0.86% | - |
| XYZ | 20.42 | 16.54 | 69.83 | - |
| YUV | 107.35 | 191.57 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 220 | 0.69 | 0.52 | 0 | 0.14 | 225.7 | 0.68 | 0.57 |
| Hex | 45 | 69 | DC | 45 | 34 | 0 | E | E2 | 44 | 39 |
| Octal | 105 | 151 | 334 | 105 | 64 | 0 | 16 | 342 | 104 | 71 |
| Binary | 1000101 | 1101001 | 11011100 | 1000101 | 110100 | 0 | 1110 | 11100010 | 1000100 | 111001 |
Color Harmonies of #4569DC
Complementary color
Monochromatic Colors of #4569DC
Black with #4569DC
Text Example
Text Example
White with #4569DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4569DC; }
p { color: rgb(69,105,220); }
H1.HeaderClassName
{
color: #4569DC;
}
.AnyTagClassName
{
color: #4569DC;
}
</style>
background-color css
<style>
a { background-color: #4569DC; }
a { background-color: rgb(69,105,220); }
div.DivClassName
{
background-color: #4569DC;
}
.BgClassName
{
background-color: #4569DC;
}
</style>
border-color css
<style>
span { border-color: #4569DC; }
span { border-color: rgb(69,105,220); }
td.TdClassName
{
border-color: #4569DC;
}
.TagClassName
{
border-color: #4569DC;
}
</style>