Shades of Royal Blue #4568FF
Tints of Royal Blue #4568FF
RGB
CMYK
RGB Variations
Color information
#4568FF (or 0x4568FF) is known color: Royal Blue. HEX triplet: 45, 68 and FF. RGB value is (69,104,255). Sum of RGB (Red+Green+Blue) = 69+104+255=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #4568FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4568FF is #BA9700. Grayscale: #6E6E6E. Windows color (decimal): -12228353 or 16738373. OLE color: 16738373.
HSL color Cylindrical-coordinate representation of color #4568FF: hue angle of 228.71º 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 #4568FF is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 104 | 255 | - |
| CMYK | 0.73 | 0.59 | 0 | 0 |
| HSL | 228.71º | 1% | 0.64% | - |
| HSV(B) | 228.71º | 0.73% | 1% | - |
| XYZ | 25.45 | 18.39 | 96.81 | - |
| YUV | 110.75 | 209.4 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 255 | 0.73 | 0.59 | 0 | 0 | 228.71 | 1 | 0.64 |
| Hex | 45 | 68 | FF | 49 | 3B | 0 | 0 | E5 | 64 | 40 |
| Octal | 105 | 150 | 377 | 111 | 73 | 0 | 0 | 345 | 144 | 100 |
| Binary | 1000101 | 1101000 | 11111111 | 1001001 | 111011 | 0 | 0 | 11100101 | 1100100 | 1000000 |
Color Harmonies of #4568FF
Complementary color
Monochromatic Colors of #4568FF
Black with #4568FF
Text Example
Text Example
White with #4568FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4568FF; }
p { color: rgb(69,104,255); }
H1.HeaderClassName
{
color: #4568FF;
}
.AnyTagClassName
{
color: #4568FF;
}
</style>
background-color css
<style>
a { background-color: #4568FF; }
a { background-color: rgb(69,104,255); }
div.DivClassName
{
background-color: #4568FF;
}
.BgClassName
{
background-color: #4568FF;
}
</style>
border-color css
<style>
span { border-color: #4568FF; }
span { border-color: rgb(69,104,255); }
td.TdClassName
{
border-color: #4568FF;
}
.TagClassName
{
border-color: #4568FF;
}
</style>