Shades of Royal Blue #4561DF
Tints of Royal Blue #4561DF
RGB
CMYK
RGB Variations
Color information
#4561DF (or 0x4561DF) is known color: Royal Blue. HEX triplet: 45, 61 and DF. RGB value is (69,97,223). Sum of RGB (Red+Green+Blue) = 69+97+223=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #4561DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4561DF is #BA9E20. Grayscale: #666666. Windows color (decimal): -12230177 or 14639429. OLE color: 14639429.
HSL color Cylindrical-coordinate representation of color #4561DF: hue angle of 229.09º 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 #4561DF is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 97 | 223 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.13 |
| HSL | 229.09º | 0.71% | 0.57% | - |
| HSV(B) | 229.09º | 0.69% | 0.87% | - |
| XYZ | 20.05 | 15.14 | 71.68 | - |
| YUV | 102.99 | 195.72 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 223 | 0.69 | 0.57 | 0 | 0.13 | 229.09 | 0.71 | 0.57 |
| Hex | 45 | 61 | DF | 45 | 39 | 0 | D | E5 | 47 | 39 |
| Octal | 105 | 141 | 337 | 105 | 71 | 0 | 15 | 345 | 107 | 71 |
| Binary | 1000101 | 1100001 | 11011111 | 1000101 | 111001 | 0 | 1101 | 11100101 | 1000111 | 111001 |
Color Harmonies of #4561DF
Complementary color
Monochromatic Colors of #4561DF
Black with #4561DF
Text Example
Text Example
White with #4561DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4561DF; }
p { color: rgb(69,97,223); }
H1.HeaderClassName
{
color: #4561DF;
}
.AnyTagClassName
{
color: #4561DF;
}
</style>
background-color css
<style>
a { background-color: #4561DF; }
a { background-color: rgb(69,97,223); }
div.DivClassName
{
background-color: #4561DF;
}
.BgClassName
{
background-color: #4561DF;
}
</style>
border-color css
<style>
span { border-color: #4561DF; }
span { border-color: rgb(69,97,223); }
td.TdClassName
{
border-color: #4561DF;
}
.TagClassName
{
border-color: #4561DF;
}
</style>