Shades of Royal Blue #4573DC
Tints of Royal Blue #4573DC
RGB
CMYK
RGB Variations
Color information
#4573DC (or 0x4573DC) is known color: Royal Blue. HEX triplet: 45, 73 and DC. RGB value is (69,115,220). Sum of RGB (Red+Green+Blue) = 69+115+220=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #4573DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573DC is #BA8C23. Grayscale: #707070. Windows color (decimal): -12225572 or 14447429. OLE color: 14447429.
HSL color Cylindrical-coordinate representation of color #4573DC: hue angle of 221.72º 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 #4573DC is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 115 | 220 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.14 |
| HSL | 221.72º | 0.68% | 0.57% | - |
| HSV(B) | 221.72º | 0.69% | 0.86% | - |
| XYZ | 21.5 | 18.69 | 70.19 | - |
| YUV | 113.22 | 188.26 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 220 | 0.69 | 0.48 | 0 | 0.14 | 221.72 | 0.68 | 0.57 |
| Hex | 45 | 73 | DC | 45 | 30 | 0 | E | DE | 44 | 39 |
| Octal | 105 | 163 | 334 | 105 | 60 | 0 | 16 | 336 | 104 | 71 |
| Binary | 1000101 | 1110011 | 11011100 | 1000101 | 110000 | 0 | 1110 | 11011110 | 1000100 | 111001 |
Color Harmonies of #4573DC
Complementary color
Monochromatic Colors of #4573DC
Black with #4573DC
Text Example
Text Example
White with #4573DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4573DC; }
p { color: rgb(69,115,220); }
H1.HeaderClassName
{
color: #4573DC;
}
.AnyTagClassName
{
color: #4573DC;
}
</style>
background-color css
<style>
a { background-color: #4573DC; }
a { background-color: rgb(69,115,220); }
div.DivClassName
{
background-color: #4573DC;
}
.BgClassName
{
background-color: #4573DC;
}
</style>
border-color css
<style>
span { border-color: #4573DC; }
span { border-color: rgb(69,115,220); }
td.TdClassName
{
border-color: #4573DC;
}
.TagClassName
{
border-color: #4573DC;
}
</style>