Shades of Royal Blue #4569FE
Tints of Royal Blue #4569FE
RGB
CMYK
RGB Variations
Color information
#4569FE (or 0x4569FE) is known color: Royal Blue. HEX triplet: 45, 69 and FE. RGB value is (69,105,254). Sum of RGB (Red+Green+Blue) = 69+105+254=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 254 (99.61% from 255 or 59.35% from 428); Max value from RGB is 254 - color contains mainly: blue. Hex color #4569FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4569FE is #BA9601. Grayscale: #6E6E6E. Windows color (decimal): -12228098 or 16673093. OLE color: 16673093.
HSL color Cylindrical-coordinate representation of color #4569FE: hue angle of 228.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4569FE is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 105 | 254 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.00 |
| HSL | 228.32º | 0.99% | 0.63% | - |
| HSV(B) | 228.32º | 0.73% | 1% | - |
| XYZ | 25.4 | 18.52 | 96 | - |
| YUV | 111.22 | 208.57 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 254 | 0.73 | 0.59 | 0 | 0.00 | 228.32 | 0.99 | 0.63 |
| Hex | 45 | 69 | FE | 49 | 3B | 0 | 0 | E4 | 63 | 3F |
| Octal | 105 | 151 | 376 | 111 | 73 | 0 | 0 | 344 | 143 | 77 |
| Binary | 1000101 | 1101001 | 11111110 | 1001001 | 111011 | 0 | 0 | 11100100 | 1100011 | 111111 |
Color Harmonies of #4569FE
Complementary color
Monochromatic Colors of #4569FE
Black with #4569FE
Text Example
Text Example
White with #4569FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4569FE; }
p { color: rgb(69,105,254); }
H1.HeaderClassName
{
color: #4569FE;
}
.AnyTagClassName
{
color: #4569FE;
}
</style>
background-color css
<style>
a { background-color: #4569FE; }
a { background-color: rgb(69,105,254); }
div.DivClassName
{
background-color: #4569FE;
}
.BgClassName
{
background-color: #4569FE;
}
</style>
border-color css
<style>
span { border-color: #4569FE; }
span { border-color: rgb(69,105,254); }
td.TdClassName
{
border-color: #4569FE;
}
.TagClassName
{
border-color: #4569FE;
}
</style>