Shades of Royal Blue #4578FB
Tints of Royal Blue #4578FB
RGB
CMYK
RGB Variations
Color information
#4578FB (or 0x4578FB) is known color: Royal Blue. HEX triplet: 45, 78 and FB. RGB value is (69,120,251). Sum of RGB (Red+Green+Blue) = 69+120+251=440 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.68% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #4578FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4578FB is #BA8704. Grayscale: #777777. Windows color (decimal): -12224261 or 16480325. OLE color: 16480325.
HSL color Cylindrical-coordinate representation of color #4578FB: hue angle of 223.19º 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 #4578FB is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 69 | 120 | 251 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.02 |
| HSL | 223.19º | 0.96% | 0.63% | - |
| HSV(B) | 223.19º | 0.73% | 0.98% | - |
| XYZ | 26.58 | 21.66 | 94.05 | - |
| YUV | 119.69 | 202.1 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 120 | 251 | 0.73 | 0.52 | 0 | 0.02 | 223.19 | 0.96 | 0.63 |
| Hex | 45 | 78 | FB | 49 | 34 | 0 | 2 | DF | 60 | 3F |
| Octal | 105 | 170 | 373 | 111 | 64 | 0 | 2 | 337 | 140 | 77 |
| Binary | 1000101 | 1111000 | 11111011 | 1001001 | 110100 | 0 | 10 | 11011111 | 1100000 | 111111 |
Color Harmonies of #4578FB
Complementary color
Monochromatic Colors of #4578FB
Black with #4578FB
Text Example
Text Example
White with #4578FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4578FB; }
p { color: rgb(69,120,251); }
H1.HeaderClassName
{
color: #4578FB;
}
.AnyTagClassName
{
color: #4578FB;
}
</style>
background-color css
<style>
a { background-color: #4578FB; }
a { background-color: rgb(69,120,251); }
div.DivClassName
{
background-color: #4578FB;
}
.BgClassName
{
background-color: #4578FB;
}
</style>
border-color css
<style>
span { border-color: #4578FB; }
span { border-color: rgb(69,120,251); }
td.TdClassName
{
border-color: #4578FB;
}
.TagClassName
{
border-color: #4578FB;
}
</style>