Shades of Royal Blue #4569FC
Tints of Royal Blue #4569FC
RGB
CMYK
RGB Variations
Color information
#4569FC (or 0x4569FC) is known color: Royal Blue. HEX triplet: 45, 69 and FC. RGB value is (69,105,252). Sum of RGB (Red+Green+Blue) = 69+105+252=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #4569FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4569FC is #BA9603. Grayscale: #6E6E6E. Windows color (decimal): -12228100 or 16542021. OLE color: 16542021.
HSL color Cylindrical-coordinate representation of color #4569FC: hue angle of 228.2º degrees, saturation: 0.97, 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 #4569FC is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 105 | 252 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.01 |
| HSL | 228.2º | 0.97% | 0.63% | - |
| HSV(B) | 228.2º | 0.73% | 0.99% | - |
| XYZ | 25.08 | 18.4 | 94.32 | - |
| YUV | 110.99 | 207.57 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 252 | 0.73 | 0.58 | 0 | 0.01 | 228.2 | 0.97 | 0.63 |
| Hex | 45 | 69 | FC | 49 | 3A | 0 | 1 | E4 | 61 | 3F |
| Octal | 105 | 151 | 374 | 111 | 72 | 0 | 1 | 344 | 141 | 77 |
| Binary | 1000101 | 1101001 | 11111100 | 1001001 | 111010 | 0 | 1 | 11100100 | 1100001 | 111111 |
Color Harmonies of #4569FC
Complementary color
Monochromatic Colors of #4569FC
Black with #4569FC
Text Example
Text Example
White with #4569FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4569FC; }
p { color: rgb(69,105,252); }
H1.HeaderClassName
{
color: #4569FC;
}
.AnyTagClassName
{
color: #4569FC;
}
</style>
background-color css
<style>
a { background-color: #4569FC; }
a { background-color: rgb(69,105,252); }
div.DivClassName
{
background-color: #4569FC;
}
.BgClassName
{
background-color: #4569FC;
}
</style>
border-color css
<style>
span { border-color: #4569FC; }
span { border-color: rgb(69,105,252); }
td.TdClassName
{
border-color: #4569FC;
}
.TagClassName
{
border-color: #4569FC;
}
</style>