#4573DF

Color #4573DF Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4573DF

Tints of Royal Blue #4573DF

Color information

#4573DF (or 0x4573DF) is unknown color: approx Royal Blue. HEX triplet: 45, 73 and DF. RGB value is (69,115,223). Sum of RGB (Red+Green+Blue) = 69+115+223=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #4573DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4573DF is #BA8C20. Grayscale: #717171. Windows color (decimal): -12225569 or 14644037. OLE color: 14644037.

HSL color Cylindrical-coordinate representation of color #4573DF: hue angle of 222.08º 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 #4573DF is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69115223-
CMYK0.690.4800.13
HSL222.08º70.64%57.25%-
HSV(B)222.08º69.06%87.45%-
XYZ21.918.8572.3-
YUV113.56189.7696.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 16.95%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 223 (87.5% from 255) = 54.79%
R=16.95%
G=28.26%
B=54.79%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal691152230.690.4800.13222.0870.6457.25
Hex4573DF45300Dde4739
Octal1051633371056001533610771
Binary1000101111001111011111100010111000001101110111101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4573DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4573DF; }

 p { color: rgb(69,115,223); }

 H1.HeaderClassName
 {
   color: #4573DF;
 }
 .AnyTagClassName
 {
   color: #4573DF;
 }
</style>
background-color css

<style>
 a { background-color: #4573DF; }

 a { background-color: rgb(69,115,223); }

 div.DivClassName
 {
   background-color: #4573DF;
 }
 .BgClassName
 {
   background-color: #4573DF;
 }
</style>
border-color css

<style>
 span { border-color: #4573DF; }

 span { border-color: rgb(69,115,223); }

 td.TdClassName
 {
   border-color: #4573DF;
 }
 .TagClassName
 {
   border-color: #4573DF;
 }
</style>