Shades of Royal Blue #4572FB
Tints of Royal Blue #4572FB
RGB
CMYK
RGB Variations
Color information
#4572FB (or 0x4572FB) is known color: Royal Blue. HEX triplet: 45, 72 and FB. RGB value is (69,114,251). Sum of RGB (Red+Green+Blue) = 69+114+251=434 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.90% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #4572FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4572FB is #BA8D04. Grayscale: #737373. Windows color (decimal): -12225797 or 16478789. OLE color: 16478789.
HSL color Cylindrical-coordinate representation of color #4572FB: hue angle of 225.16º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4572FB is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 114 | 251 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.02 |
| HSL | 225.16º | 0.96% | 0.63% | - |
| HSV(B) | 225.16º | 0.73% | 0.98% | - |
| XYZ | 25.88 | 20.26 | 93.81 | - |
| YUV | 116.16 | 204.09 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 251 | 0.73 | 0.55 | 0 | 0.02 | 225.16 | 0.96 | 0.63 |
| Hex | 45 | 72 | FB | 49 | 37 | 0 | 2 | E1 | 60 | 3F |
| Octal | 105 | 162 | 373 | 111 | 67 | 0 | 2 | 341 | 140 | 77 |
| Binary | 1000101 | 1110010 | 11111011 | 1001001 | 110111 | 0 | 10 | 11100001 | 1100000 | 111111 |
Color Harmonies of #4572FB
Complementary color
Monochromatic Colors of #4572FB
Black with #4572FB
Text Example
Text Example
White with #4572FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4572FB; }
p { color: rgb(69,114,251); }
H1.HeaderClassName
{
color: #4572FB;
}
.AnyTagClassName
{
color: #4572FB;
}
</style>
background-color css
<style>
a { background-color: #4572FB; }
a { background-color: rgb(69,114,251); }
div.DivClassName
{
background-color: #4572FB;
}
.BgClassName
{
background-color: #4572FB;
}
</style>
border-color css
<style>
span { border-color: #4572FB; }
span { border-color: rgb(69,114,251); }
td.TdClassName
{
border-color: #4572FB;
}
.TagClassName
{
border-color: #4572FB;
}
</style>