Shades of Royal Blue #4570CF
Tints of Royal Blue #4570CF
RGB
CMYK
RGB Variations
Color information
#4570CF (or 0x4570CF) is known color: Royal Blue. HEX triplet: 45, 70 and CF. RGB value is (69,112,207). Sum of RGB (Red+Green+Blue) = 69+112+207=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #4570CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4570CF is #BA8F30. Grayscale: #6D6D6D. Windows color (decimal): -12226353 or 13594693. OLE color: 13594693.
HSL color Cylindrical-coordinate representation of color #4570CF: hue angle of 221.3º degrees, saturation: 0.59, 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 #4570CF is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 112 | 207 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.19 |
| HSL | 221.3º | 0.59% | 0.54% | - |
| HSV(B) | 221.3º | 0.67% | 0.81% | - |
| XYZ | 19.51 | 17.36 | 61.35 | - |
| YUV | 109.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 207 | 0.67 | 0.46 | 0 | 0.19 | 221.3 | 0.59 | 0.54 |
| Hex | 45 | 70 | CF | 43 | 2E | 0 | 13 | DD | 3B | 36 |
| Octal | 105 | 160 | 317 | 103 | 56 | 0 | 23 | 335 | 73 | 66 |
| Binary | 1000101 | 1110000 | 11001111 | 1000011 | 101110 | 0 | 10011 | 11011101 | 111011 | 110110 |
Color Harmonies of #4570CF
Complementary color
Monochromatic Colors of #4570CF
Black with #4570CF
Text Example
Text Example
White with #4570CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4570CF; }
p { color: rgb(69,112,207); }
H1.HeaderClassName
{
color: #4570CF;
}
.AnyTagClassName
{
color: #4570CF;
}
</style>
background-color css
<style>
a { background-color: #4570CF; }
a { background-color: rgb(69,112,207); }
div.DivClassName
{
background-color: #4570CF;
}
.BgClassName
{
background-color: #4570CF;
}
</style>
border-color css
<style>
span { border-color: #4570CF; }
span { border-color: rgb(69,112,207); }
td.TdClassName
{
border-color: #4570CF;
}
.TagClassName
{
border-color: #4570CF;
}
</style>