Shades of Royal Blue #4564DF
Tints of Royal Blue #4564DF
RGB
CMYK
RGB Variations
Color information
#4564DF (or 0x4564DF) is known color: Royal Blue. HEX triplet: 45, 64 and DF. RGB value is (69,100,223). Sum of RGB (Red+Green+Blue) = 69+100+223=392 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.60% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #4564DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4564DF is #BA9B20. Grayscale: #686868. Windows color (decimal): -12229409 or 14640197. OLE color: 14640197.
HSL color Cylindrical-coordinate representation of color #4564DF: hue angle of 227.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4564DF is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 100 | 223 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.13 |
| HSL | 227.92º | 0.71% | 0.57% | - |
| HSV(B) | 227.92º | 0.69% | 0.87% | - |
| XYZ | 20.33 | 15.71 | 71.77 | - |
| YUV | 104.75 | 194.73 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 223 | 0.69 | 0.55 | 0 | 0.13 | 227.92 | 0.71 | 0.57 |
| Hex | 45 | 64 | DF | 45 | 37 | 0 | D | E4 | 47 | 39 |
| Octal | 105 | 144 | 337 | 105 | 67 | 0 | 15 | 344 | 107 | 71 |
| Binary | 1000101 | 1100100 | 11011111 | 1000101 | 110111 | 0 | 1101 | 11100100 | 1000111 | 111001 |
Color Harmonies of #4564DF
Complementary color
Monochromatic Colors of #4564DF
Black with #4564DF
Text Example
Text Example
White with #4564DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4564DF; }
p { color: rgb(69,100,223); }
H1.HeaderClassName
{
color: #4564DF;
}
.AnyTagClassName
{
color: #4564DF;
}
</style>
background-color css
<style>
a { background-color: #4564DF; }
a { background-color: rgb(69,100,223); }
div.DivClassName
{
background-color: #4564DF;
}
.BgClassName
{
background-color: #4564DF;
}
</style>
border-color css
<style>
span { border-color: #4564DF; }
span { border-color: rgb(69,100,223); }
td.TdClassName
{
border-color: #4564DF;
}
.TagClassName
{
border-color: #4564DF;
}
</style>