Shades of Royal Blue #4572CA
Tints of Royal Blue #4572CA
RGB
CMYK
RGB Variations
Color information
#4572CA (or 0x4572CA) is known color: Royal Blue. HEX triplet: 45, 72 and CA. RGB value is (69,114,202). Sum of RGB (Red+Green+Blue) = 69+114+202=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #4572CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4572CA is #BA8D35. Grayscale: #6E6E6E. Windows color (decimal): -12225846 or 13267525. OLE color: 13267525.
HSL color Cylindrical-coordinate representation of color #4572CA: hue angle of 219.7º 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 #4572CA is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 114 | 202 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.21 |
| HSL | 219.7º | 0.56% | 0.53% | - |
| HSV(B) | 219.7º | 0.66% | 0.79% | - |
| XYZ | 19.13 | 17.56 | 58.26 | - |
| YUV | 110.58 | 179.59 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 202 | 0.66 | 0.44 | 0 | 0.21 | 219.7 | 0.56 | 0.53 |
| Hex | 45 | 72 | CA | 42 | 2C | 0 | 15 | DC | 38 | 35 |
| Octal | 105 | 162 | 312 | 102 | 54 | 0 | 25 | 334 | 70 | 65 |
| Binary | 1000101 | 1110010 | 11001010 | 1000010 | 101100 | 0 | 10101 | 11011100 | 111000 | 110101 |
Color Harmonies of #4572CA
Complementary color
Monochromatic Colors of #4572CA
Black with #4572CA
Text Example
Text Example
White with #4572CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4572CA; }
p { color: rgb(69,114,202); }
H1.HeaderClassName
{
color: #4572CA;
}
.AnyTagClassName
{
color: #4572CA;
}
</style>
background-color css
<style>
a { background-color: #4572CA; }
a { background-color: rgb(69,114,202); }
div.DivClassName
{
background-color: #4572CA;
}
.BgClassName
{
background-color: #4572CA;
}
</style>
border-color css
<style>
span { border-color: #4572CA; }
span { border-color: rgb(69,114,202); }
td.TdClassName
{
border-color: #4572CA;
}
.TagClassName
{
border-color: #4572CA;
}
</style>