Shades of Royal Blue #4573CE
Tints of Royal Blue #4573CE
RGB
CMYK
RGB Variations
Color information
#4573CE (or 0x4573CE) is known color: Royal Blue. HEX triplet: 45, 73 and CE. RGB value is (69,115,206). Sum of RGB (Red+Green+Blue) = 69+115+206=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #4573CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573CE is #BA8C31. Grayscale: #6F6F6F. Windows color (decimal): -12225586 or 13529925. OLE color: 13529925.
HSL color Cylindrical-coordinate representation of color #4573CE: hue angle of 219.85º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4573CE is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 115 | 206 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.19 |
| HSL | 219.85º | 0.58% | 0.54% | - |
| HSV(B) | 219.85º | 0.67% | 0.81% | - |
| XYZ | 19.73 | 17.98 | 60.82 | - |
| YUV | 111.62 | 181.26 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 206 | 0.67 | 0.44 | 0 | 0.19 | 219.85 | 0.58 | 0.54 |
| Hex | 45 | 73 | CE | 43 | 2C | 0 | 13 | DC | 3A | 36 |
| Octal | 105 | 163 | 316 | 103 | 54 | 0 | 23 | 334 | 72 | 66 |
| Binary | 1000101 | 1110011 | 11001110 | 1000011 | 101100 | 0 | 10011 | 11011100 | 111010 | 110110 |
Color Harmonies of #4573CE
Complementary color
Monochromatic Colors of #4573CE
Black with #4573CE
Text Example
Text Example
White with #4573CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4573CE; }
p { color: rgb(69,115,206); }
H1.HeaderClassName
{
color: #4573CE;
}
.AnyTagClassName
{
color: #4573CE;
}
</style>
background-color css
<style>
a { background-color: #4573CE; }
a { background-color: rgb(69,115,206); }
div.DivClassName
{
background-color: #4573CE;
}
.BgClassName
{
background-color: #4573CE;
}
</style>
border-color css
<style>
span { border-color: #4573CE; }
span { border-color: rgb(69,115,206); }
td.TdClassName
{
border-color: #4573CE;
}
.TagClassName
{
border-color: #4573CE;
}
</style>