#4569FD

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

Shades of Royal Blue #4569FD

Tints of Royal Blue #4569FD

Color information

#4569FD (or 0x4569FD) is unknown color: approx Royal Blue. HEX triplet: 45, 69 and FD. RGB value is (69,105,253). Sum of RGB (Red+Green+Blue) = 69+105+253=427 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.16% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #4569FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4569FD is #BA9602. Grayscale: #6E6E6E. Windows color (decimal): -12228099 or 16607557. OLE color: 16607557.

HSL color Cylindrical-coordinate representation of color #4569FD: hue angle of 228.26º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4569FD is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB69105253-
CMYK0.730.5800.01
HSL228.26º97.87%63.14%-
HSV(B)228.26º72.73%99.22%-
XYZ25.2418.4695.16-
YUV111.11208.0797.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.16%
GREEN value IS 105 (41.41% from 255) = 24.59%
BLUE value IS 253 (99.22% from 255) = 59.25%
R=16.16%
G=24.59%
B=59.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal691052530.730.5800.01228.2697.8763.14
Hex4569FD493A01e4623f
Octal105151375111720134414277
Binary1000101110100111111101100100111101001111001001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4569FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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