Shades of Royal Blue #4576FD
Tints of Royal Blue #4576FD
RGB
CMYK
RGB Variations
Color information
#4576FD (or 0x4576FD) is known color: Royal Blue. HEX triplet: 45, 76 and FD. RGB value is (69,118,253). Sum of RGB (Red+Green+Blue) = 69+118+253=440 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.68% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #4576FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4576FD is #BA8902. Grayscale: #767676. Windows color (decimal): -12224771 or 16610885. OLE color: 16610885.
HSL color Cylindrical-coordinate representation of color #4576FD: hue angle of 224.02º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4576FD is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 118 | 253 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.01 |
| HSL | 224.02º | 0.98% | 0.63% | - |
| HSV(B) | 224.02º | 0.73% | 0.99% | - |
| XYZ | 26.66 | 21.31 | 95.64 | - |
| YUV | 118.74 | 203.77 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 253 | 0.73 | 0.53 | 0 | 0.01 | 224.02 | 0.98 | 0.63 |
| Hex | 45 | 76 | FD | 49 | 35 | 0 | 1 | E0 | 62 | 3F |
| Octal | 105 | 166 | 375 | 111 | 65 | 0 | 1 | 340 | 142 | 77 |
| Binary | 1000101 | 1110110 | 11111101 | 1001001 | 110101 | 0 | 1 | 11100000 | 1100010 | 111111 |
Color Harmonies of #4576FD
Complementary color
Monochromatic Colors of #4576FD
Black with #4576FD
Text Example
Text Example
White with #4576FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4576FD; }
p { color: rgb(69,118,253); }
H1.HeaderClassName
{
color: #4576FD;
}
.AnyTagClassName
{
color: #4576FD;
}
</style>
background-color css
<style>
a { background-color: #4576FD; }
a { background-color: rgb(69,118,253); }
div.DivClassName
{
background-color: #4576FD;
}
.BgClassName
{
background-color: #4576FD;
}
</style>
border-color css
<style>
span { border-color: #4576FD; }
span { border-color: rgb(69,118,253); }
td.TdClassName
{
border-color: #4576FD;
}
.TagClassName
{
border-color: #4576FD;
}
</style>