#4575DF

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

Shades of Royal Blue #4575DF

Tints of Royal Blue #4575DF

Color information

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

RGB69117223-
CMYK0.690.4800.13
HSL221.3º70.64%57.25%-
HSV(B)221.3º69.06%87.45%-
XYZ22.1319.3272.37-
YUV114.73189.195.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.87%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 223 (87.5% from 255) = 54.52%
R=16.87%
G=28.61%
B=54.52%

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
Decimal691172230.690.4800.13221.370.6457.25
Hex4575DF45300Ddd4739
Octal1051653371056001533510771
Binary1000101111010111011111100010111000001101110111011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4575DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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