Shades of Royal Blue #4568EC
Tints of Royal Blue #4568EC
RGB
CMYK
RGB Variations
Color information
#4568EC (or 0x4568EC) is known color: Royal Blue. HEX triplet: 45, 68 and EC. RGB value is (69,104,236). Sum of RGB (Red+Green+Blue) = 69+104+236=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #4568EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4568EC is #BA9713. Grayscale: #6C6C6C. Windows color (decimal): -12228372 or 15493189. OLE color: 15493189.
HSL color Cylindrical-coordinate representation of color #4568EC: hue angle of 227.43º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4568EC is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 104 | 236 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.07 |
| HSL | 227.43º | 0.81% | 0.6% | - |
| HSV(B) | 227.43º | 0.71% | 0.93% | - |
| XYZ | 22.54 | 17.22 | 81.49 | - |
| YUV | 108.58 | 199.9 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 236 | 0.71 | 0.56 | 0 | 0.07 | 227.43 | 0.81 | 0.6 |
| Hex | 45 | 68 | EC | 47 | 38 | 0 | 7 | E3 | 51 | 3C |
| Octal | 105 | 150 | 354 | 107 | 70 | 0 | 7 | 343 | 121 | 74 |
| Binary | 1000101 | 1101000 | 11101100 | 1000111 | 111000 | 0 | 111 | 11100011 | 1010001 | 111100 |
Color Harmonies of #4568EC
Complementary color
Monochromatic Colors of #4568EC
Black with #4568EC
Text Example
Text Example
White with #4568EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4568EC; }
p { color: rgb(69,104,236); }
H1.HeaderClassName
{
color: #4568EC;
}
.AnyTagClassName
{
color: #4568EC;
}
</style>
background-color css
<style>
a { background-color: #4568EC; }
a { background-color: rgb(69,104,236); }
div.DivClassName
{
background-color: #4568EC;
}
.BgClassName
{
background-color: #4568EC;
}
</style>
border-color css
<style>
span { border-color: #4568EC; }
span { border-color: rgb(69,104,236); }
td.TdClassName
{
border-color: #4568EC;
}
.TagClassName
{
border-color: #4568EC;
}
</style>