Shades of Royal Blue #4570FE
Tints of Royal Blue #4570FE
RGB
CMYK
RGB Variations
Color information
#4570FE (or 0x4570FE) is known color: Royal Blue. HEX triplet: 45, 70 and FE. RGB value is (69,112,254). Sum of RGB (Red+Green+Blue) = 69+112+254=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 254 (99.61% from 255 or 58.39% from 435); Max value from RGB is 254 - color contains mainly: blue. Hex color #4570FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4570FE is #BA8F01. Grayscale: #727272. Windows color (decimal): -12226306 or 16674885. OLE color: 16674885.
HSL color Cylindrical-coordinate representation of color #4570FE: hue angle of 226.05º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4570FE is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 112 | 254 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.00 |
| HSL | 226.05º | 0.99% | 0.63% | - |
| HSV(B) | 226.05º | 0.73% | 1% | - |
| XYZ | 26.14 | 20.01 | 96.25 | - |
| YUV | 115.33 | 206.25 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 254 | 0.73 | 0.56 | 0 | 0.00 | 226.05 | 0.99 | 0.63 |
| Hex | 45 | 70 | FE | 49 | 38 | 0 | 0 | E2 | 63 | 3F |
| Octal | 105 | 160 | 376 | 111 | 70 | 0 | 0 | 342 | 143 | 77 |
| Binary | 1000101 | 1110000 | 11111110 | 1001001 | 111000 | 0 | 0 | 11100010 | 1100011 | 111111 |
Color Harmonies of #4570FE
Complementary color
Monochromatic Colors of #4570FE
Black with #4570FE
Text Example
Text Example
White with #4570FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4570FE; }
p { color: rgb(69,112,254); }
H1.HeaderClassName
{
color: #4570FE;
}
.AnyTagClassName
{
color: #4570FE;
}
</style>
background-color css
<style>
a { background-color: #4570FE; }
a { background-color: rgb(69,112,254); }
div.DivClassName
{
background-color: #4570FE;
}
.BgClassName
{
background-color: #4570FE;
}
</style>
border-color css
<style>
span { border-color: #4570FE; }
span { border-color: rgb(69,112,254); }
td.TdClassName
{
border-color: #4570FE;
}
.TagClassName
{
border-color: #4570FE;
}
</style>