Shades of Royal Blue #4574DF
Tints of Royal Blue #4574DF
RGB
CMYK
RGB Variations
Color information
#4574DF (or 0x4574DF) is known color: Royal Blue. HEX triplet: 45, 74 and DF. RGB value is (69,116,223). Sum of RGB (Red+Green+Blue) = 69+116+223=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #4574DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4574DF is #BA8B20. Grayscale: #717171. Windows color (decimal): -12225313 or 14644293. OLE color: 14644293.
HSL color Cylindrical-coordinate representation of color #4574DF: hue angle of 221.69º 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 #4574DF is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 116 | 223 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.13 |
| HSL | 221.69º | 0.71% | 0.57% | - |
| HSV(B) | 221.69º | 0.69% | 0.87% | - |
| XYZ | 22.02 | 19.08 | 72.34 | - |
| YUV | 114.15 | 189.43 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 223 | 0.69 | 0.48 | 0 | 0.13 | 221.69 | 0.71 | 0.57 |
| Hex | 45 | 74 | DF | 45 | 30 | 0 | D | DE | 47 | 39 |
| Octal | 105 | 164 | 337 | 105 | 60 | 0 | 15 | 336 | 107 | 71 |
| Binary | 1000101 | 1110100 | 11011111 | 1000101 | 110000 | 0 | 1101 | 11011110 | 1000111 | 111001 |
Color Harmonies of #4574DF
Complementary color
Monochromatic Colors of #4574DF
Black with #4574DF
Text Example
Text Example
White with #4574DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4574DF; }
p { color: rgb(69,116,223); }
H1.HeaderClassName
{
color: #4574DF;
}
.AnyTagClassName
{
color: #4574DF;
}
</style>
background-color css
<style>
a { background-color: #4574DF; }
a { background-color: rgb(69,116,223); }
div.DivClassName
{
background-color: #4574DF;
}
.BgClassName
{
background-color: #4574DF;
}
</style>
border-color css
<style>
span { border-color: #4574DF; }
span { border-color: rgb(69,116,223); }
td.TdClassName
{
border-color: #4574DF;
}
.TagClassName
{
border-color: #4574DF;
}
</style>