Shades of Royal Blue #4576FA
Tints of Royal Blue #4576FA
RGB
CMYK
RGB Variations
Color information
#4576FA (or 0x4576FA) is known color: Royal Blue. HEX triplet: 45, 76 and FA. RGB value is (69,118,250). Sum of RGB (Red+Green+Blue) = 69+118+250=437 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.79% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #4576FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4576FA is #BA8905. Grayscale: #757575. Windows color (decimal): -12224774 or 16414277. OLE color: 16414277.
HSL color Cylindrical-coordinate representation of color #4576FA: hue angle of 223.76º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4576FA is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 118 | 250 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.02 |
| HSL | 223.76º | 0.95% | 0.63% | - |
| HSV(B) | 223.76º | 0.72% | 0.98% | - |
| XYZ | 26.19 | 21.12 | 93.14 | - |
| YUV | 118.4 | 202.27 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 250 | 0.72 | 0.53 | 0 | 0.02 | 223.76 | 0.95 | 0.63 |
| Hex | 45 | 76 | FA | 48 | 35 | 0 | 2 | E0 | 5F | 3F |
| Octal | 105 | 166 | 372 | 110 | 65 | 0 | 2 | 340 | 137 | 77 |
| Binary | 1000101 | 1110110 | 11111010 | 1001000 | 110101 | 0 | 10 | 11100000 | 1011111 | 111111 |
Color Harmonies of #4576FA
Complementary color
Monochromatic Colors of #4576FA
Black with #4576FA
Text Example
Text Example
White with #4576FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4576FA; }
p { color: rgb(69,118,250); }
H1.HeaderClassName
{
color: #4576FA;
}
.AnyTagClassName
{
color: #4576FA;
}
</style>
background-color css
<style>
a { background-color: #4576FA; }
a { background-color: rgb(69,118,250); }
div.DivClassName
{
background-color: #4576FA;
}
.BgClassName
{
background-color: #4576FA;
}
</style>
border-color css
<style>
span { border-color: #4576FA; }
span { border-color: rgb(69,118,250); }
td.TdClassName
{
border-color: #4576FA;
}
.TagClassName
{
border-color: #4576FA;
}
</style>