Shades of Royal Blue #4570CC
Tints of Royal Blue #4570CC
RGB
CMYK
RGB Variations
Color information
#4570CC (or 0x4570CC) is known color: Royal Blue. HEX triplet: 45, 70 and CC. RGB value is (69,112,204). Sum of RGB (Red+Green+Blue) = 69+112+204=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #4570CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4570CC is #BA8F33. Grayscale: #6D6D6D. Windows color (decimal): -12226356 or 13398085. OLE color: 13398085.
HSL color Cylindrical-coordinate representation of color #4570CC: hue angle of 220.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4570CC is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 112 | 204 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.2 |
| HSL | 220.89º | 0.57% | 0.54% | - |
| HSV(B) | 220.89º | 0.66% | 0.8% | - |
| XYZ | 19.15 | 17.21 | 59.44 | - |
| YUV | 109.63 | 181.25 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 204 | 0.66 | 0.45 | 0 | 0.2 | 220.89 | 0.57 | 0.54 |
| Hex | 45 | 70 | CC | 42 | 2D | 0 | 14 | DD | 39 | 36 |
| Octal | 105 | 160 | 314 | 102 | 55 | 0 | 24 | 335 | 71 | 66 |
| Binary | 1000101 | 1110000 | 11001100 | 1000010 | 101101 | 0 | 10100 | 11011101 | 111001 | 110110 |
Color Harmonies of #4570CC
Complementary color
Monochromatic Colors of #4570CC
Black with #4570CC
Text Example
Text Example
White with #4570CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4570CC; }
p { color: rgb(69,112,204); }
H1.HeaderClassName
{
color: #4570CC;
}
.AnyTagClassName
{
color: #4570CC;
}
</style>
background-color css
<style>
a { background-color: #4570CC; }
a { background-color: rgb(69,112,204); }
div.DivClassName
{
background-color: #4570CC;
}
.BgClassName
{
background-color: #4570CC;
}
</style>
border-color css
<style>
span { border-color: #4570CC; }
span { border-color: rgb(69,112,204); }
td.TdClassName
{
border-color: #4570CC;
}
.TagClassName
{
border-color: #4570CC;
}
</style>