#4574DF

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

Shades of Royal Blue #4574DF

Tints of Royal Blue #4574DF

Color information

#4574DF (or 0x4574DF) is unknown color: approx 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

RGB69116223-
CMYK0.690.4800.13
HSL221.69º70.64%57.25%-
HSV(B)221.69º69.06%87.45%-
XYZ22.0219.0872.34-
YUV114.14189.4395.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.91%
GREEN value IS 116 (45.70% from 255) = 28.43%
BLUE value IS 223 (87.5% from 255) = 54.66%
R=16.91%
G=28.43%
B=54.66%

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
Decimal691162230.690.4800.13221.6970.6457.25
Hex4574DF45300Dde4739
Octal1051643371056001533610771
Binary1000101111010011011111100010111000001101110111101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4574DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>