Shades of Royal Blue #4576FB
Tints of Royal Blue #4576FB
RGB
CMYK
RGB Variations
Color information
#4576FB (or 0x4576FB) is known color: Royal Blue. HEX triplet: 45, 76 and FB. RGB value is (69,118,251). Sum of RGB (Red+Green+Blue) = 69+118+251=438 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.75% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #4576FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4576FB is #BA8904. Grayscale: #757575. Windows color (decimal): -12224773 or 16479813. OLE color: 16479813.
HSL color Cylindrical-coordinate representation of color #4576FB: hue angle of 223.85º 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 #4576FB is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 118 | 251 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.02 |
| HSL | 223.85º | 0.96% | 0.63% | - |
| HSV(B) | 223.85º | 0.73% | 0.98% | - |
| XYZ | 26.35 | 21.19 | 93.97 | - |
| YUV | 118.51 | 202.77 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 251 | 0.73 | 0.53 | 0 | 0.02 | 223.85 | 0.96 | 0.63 |
| Hex | 45 | 76 | FB | 49 | 35 | 0 | 2 | E0 | 60 | 3F |
| Octal | 105 | 166 | 373 | 111 | 65 | 0 | 2 | 340 | 140 | 77 |
| Binary | 1000101 | 1110110 | 11111011 | 1001001 | 110101 | 0 | 10 | 11100000 | 1100000 | 111111 |
Color Harmonies of #4576FB
Complementary color
Monochromatic Colors of #4576FB
Black with #4576FB
Text Example
Text Example
White with #4576FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4576FB; }
p { color: rgb(69,118,251); }
H1.HeaderClassName
{
color: #4576FB;
}
.AnyTagClassName
{
color: #4576FB;
}
</style>
background-color css
<style>
a { background-color: #4576FB; }
a { background-color: rgb(69,118,251); }
div.DivClassName
{
background-color: #4576FB;
}
.BgClassName
{
background-color: #4576FB;
}
</style>
border-color css
<style>
span { border-color: #4576FB; }
span { border-color: rgb(69,118,251); }
td.TdClassName
{
border-color: #4576FB;
}
.TagClassName
{
border-color: #4576FB;
}
</style>