Shades of Royal Blue #4573F5
Tints of Royal Blue #4573F5
RGB
CMYK
RGB Variations
Color information
#4573F5 (or 0x4573F5) is known color: Royal Blue. HEX triplet: 45, 73 and F5. RGB value is (69,115,245). Sum of RGB (Red+Green+Blue) = 69+115+245=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #4573F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4573F5 is #BA8C0A. Grayscale: #737373. Windows color (decimal): -12225547 or 16085829. OLE color: 16085829.
HSL color Cylindrical-coordinate representation of color #4573F5: hue angle of 224.32º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4573F5 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 115 | 245 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.04 |
| HSL | 224.32º | 0.9% | 0.62% | - |
| HSV(B) | 224.32º | 0.72% | 0.96% | - |
| XYZ | 25.07 | 20.12 | 88.95 | - |
| YUV | 116.07 | 200.76 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 245 | 0.72 | 0.53 | 0 | 0.04 | 224.32 | 0.9 | 0.62 |
| Hex | 45 | 73 | F5 | 48 | 35 | 0 | 4 | E0 | 5A | 3E |
| Octal | 105 | 163 | 365 | 110 | 65 | 0 | 4 | 340 | 132 | 76 |
| Binary | 1000101 | 1110011 | 11110101 | 1001000 | 110101 | 0 | 100 | 11100000 | 1011010 | 111110 |
Color Harmonies of #4573F5
Complementary color
Monochromatic Colors of #4573F5
Black with #4573F5
Text Example
Text Example
White with #4573F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4573F5; }
p { color: rgb(69,115,245); }
H1.HeaderClassName
{
color: #4573F5;
}
.AnyTagClassName
{
color: #4573F5;
}
</style>
background-color css
<style>
a { background-color: #4573F5; }
a { background-color: rgb(69,115,245); }
div.DivClassName
{
background-color: #4573F5;
}
.BgClassName
{
background-color: #4573F5;
}
</style>
border-color css
<style>
span { border-color: #4573F5; }
span { border-color: rgb(69,115,245); }
td.TdClassName
{
border-color: #4573F5;
}
.TagClassName
{
border-color: #4573F5;
}
</style>