Shades of Royal Blue #4575DF
Tints of Royal Blue #4575DF
RGB
CMYK
RGB Variations
Color information
#4575DF (or 0x4575DF) is known color: Royal Blue. HEX triplet: 45, 75 and DF. RGB value is (69,117,223). Sum of RGB (Red+Green+Blue) = 69+117+223=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #4575DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575DF is #BA8A20. Grayscale: #727272. Windows color (decimal): -12225057 or 14644549. OLE color: 14644549.
HSL color Cylindrical-coordinate representation of color #4575DF: hue angle of 221.3º 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 #4575DF is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 117 | 223 | - |
| CMYK | 0.69 | 0.48 | 0 | 0.13 |
| HSL | 221.3º | 0.71% | 0.57% | - |
| HSV(B) | 221.3º | 0.69% | 0.87% | - |
| XYZ | 22.13 | 19.32 | 72.37 | - |
| YUV | 114.73 | 189.1 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 223 | 0.69 | 0.48 | 0 | 0.13 | 221.3 | 0.71 | 0.57 |
| Hex | 45 | 75 | DF | 45 | 30 | 0 | D | DD | 47 | 39 |
| Octal | 105 | 165 | 337 | 105 | 60 | 0 | 15 | 335 | 107 | 71 |
| Binary | 1000101 | 1110101 | 11011111 | 1000101 | 110000 | 0 | 1101 | 11011101 | 1000111 | 111001 |
Color Harmonies of #4575DF
Complementary color
Monochromatic Colors of #4575DF
Black with #4575DF
Text Example
Text Example
White with #4575DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575DF; }
p { color: rgb(69,117,223); }
H1.HeaderClassName
{
color: #4575DF;
}
.AnyTagClassName
{
color: #4575DF;
}
</style>
background-color css
<style>
a { background-color: #4575DF; }
a { background-color: rgb(69,117,223); }
div.DivClassName
{
background-color: #4575DF;
}
.BgClassName
{
background-color: #4575DF;
}
</style>
border-color css
<style>
span { border-color: #4575DF; }
span { border-color: rgb(69,117,223); }
td.TdClassName
{
border-color: #4575DF;
}
.TagClassName
{
border-color: #4575DF;
}
</style>