Shades of Royal Blue #4573CA
Tints of Royal Blue #4573CA
RGB
CMYK
RGB Variations
Color information
#4573CA (or 0x4573CA) is known color: Royal Blue. HEX triplet: 45, 73 and CA. RGB value is (69,115,202). Sum of RGB (Red+Green+Blue) = 69+115+202=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #4573CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573CA is #BA8C35. Grayscale: #6E6E6E. Windows color (decimal): -12225590 or 13267781. OLE color: 13267781.
HSL color Cylindrical-coordinate representation of color #4573CA: hue angle of 219.25º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4573CA is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 115 | 202 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.21 |
| HSL | 219.25º | 0.56% | 0.53% | - |
| HSV(B) | 219.25º | 0.66% | 0.79% | - |
| XYZ | 19.25 | 17.79 | 58.3 | - |
| YUV | 111.16 | 179.26 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 202 | 0.66 | 0.43 | 0 | 0.21 | 219.25 | 0.56 | 0.53 |
| Hex | 45 | 73 | CA | 42 | 2B | 0 | 15 | DB | 38 | 35 |
| Octal | 105 | 163 | 312 | 102 | 53 | 0 | 25 | 333 | 70 | 65 |
| Binary | 1000101 | 1110011 | 11001010 | 1000010 | 101011 | 0 | 10101 | 11011011 | 111000 | 110101 |
Color Harmonies of #4573CA
Complementary color
Monochromatic Colors of #4573CA
Black with #4573CA
Text Example
Text Example
White with #4573CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4573CA; }
p { color: rgb(69,115,202); }
H1.HeaderClassName
{
color: #4573CA;
}
.AnyTagClassName
{
color: #4573CA;
}
</style>
background-color css
<style>
a { background-color: #4573CA; }
a { background-color: rgb(69,115,202); }
div.DivClassName
{
background-color: #4573CA;
}
.BgClassName
{
background-color: #4573CA;
}
</style>
border-color css
<style>
span { border-color: #4573CA; }
span { border-color: rgb(69,115,202); }
td.TdClassName
{
border-color: #4573CA;
}
.TagClassName
{
border-color: #4573CA;
}
</style>