#4569F5

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

Shades of Royal Blue #4569F5

Tints of Royal Blue #4569F5

Color information

#4569F5 (or 0x4569F5) is unknown color: approx Royal Blue. HEX triplet: 45, 69 and F5. RGB value is (69,105,245). Sum of RGB (Red+Green+Blue) = 69+105+245=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 245 (96.09% from 255 or 58.47% from 419); Max value from RGB is 245 - color contains mainly: blue. Hex color #4569F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4569F5 is #BA960A. Grayscale: #6D6D6D. Windows color (decimal): -12228107 or 16083269. OLE color: 16083269.

HSL color Cylindrical-coordinate representation of color #4569F5: hue angle of 227.73º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4569F5 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB69105245-
CMYK0.720.5700.04
HSL227.73º89.8%61.57%-
HSV(B)227.73º71.84%96.08%-
XYZ23.9917.9688.59-
YUV110.2204.0798.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.47%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 245 (96.09% from 255) = 58.47%
R=16.47%
G=25.06%
B=58.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal691052450.720.5700.04227.7389.861.57
Hex4569F5483904e45a3e
Octal105151365110710434413276
Binary100010111010011111010110010001110010100111001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4569F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4569F5; }

 p { color: rgb(69,105,245); }

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

<style>
 a { background-color: #4569F5; }

 a { background-color: rgb(69,105,245); }

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

<style>
 span { border-color: #4569F5; }

 span { border-color: rgb(69,105,245); }

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