Shades of Royal Blue #4569FF
Tints of Royal Blue #4569FF
RGB
CMYK
RGB Variations
Color information
#4569FF (or 0x4569FF) is known color: Royal Blue. HEX triplet: 45, 69 and FF. RGB value is (69,105,255). Sum of RGB (Red+Green+Blue) = 69+105+255=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #4569FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4569FF is #BA9600. Grayscale: #6E6E6E. Windows color (decimal): -12228097 or 16738629. OLE color: 16738629.
HSL color Cylindrical-coordinate representation of color #4569FF: hue angle of 228.39º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4569FF is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 105 | 255 | - |
| CMYK | 0.73 | 0.59 | 0 | 0 |
| HSL | 228.39º | 1% | 0.64% | - |
| HSV(B) | 228.39º | 0.73% | 1% | - |
| XYZ | 25.56 | 18.59 | 96.85 | - |
| YUV | 111.34 | 209.07 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 255 | 0.73 | 0.59 | 0 | 0 | 228.39 | 1 | 0.64 |
| Hex | 45 | 69 | FF | 49 | 3B | 0 | 0 | E4 | 64 | 40 |
| Octal | 105 | 151 | 377 | 111 | 73 | 0 | 0 | 344 | 144 | 100 |
| Binary | 1000101 | 1101001 | 11111111 | 1001001 | 111011 | 0 | 0 | 11100100 | 1100100 | 1000000 |
Color Harmonies of #4569FF
Complementary color
Monochromatic Colors of #4569FF
Black with #4569FF
Text Example
Text Example
White with #4569FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4569FF; }
p { color: rgb(69,105,255); }
H1.HeaderClassName
{
color: #4569FF;
}
.AnyTagClassName
{
color: #4569FF;
}
</style>
background-color css
<style>
a { background-color: #4569FF; }
a { background-color: rgb(69,105,255); }
div.DivClassName
{
background-color: #4569FF;
}
.BgClassName
{
background-color: #4569FF;
}
</style>
border-color css
<style>
span { border-color: #4569FF; }
span { border-color: rgb(69,105,255); }
td.TdClassName
{
border-color: #4569FF;
}
.TagClassName
{
border-color: #4569FF;
}
</style>