#4578EF

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

Shades of Royal Blue #4578EF

Tints of Royal Blue #4578EF

Color information

#4578EF (or 0x4578EF) is unknown color: approx Royal Blue. HEX triplet: 45, 78 and EF. RGB value is (69,120,239). Sum of RGB (Red+Green+Blue) = 69+120+239=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 239 (93.75% from 255 or 55.84% from 428); Max value from RGB is 239 - color contains mainly: blue. Hex color #4578EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4578EF is #BA8710. Grayscale: #757575. Windows color (decimal): -12224273 or 15693893. OLE color: 15693893.

HSL color Cylindrical-coordinate representation of color #4578EF: hue angle of 222º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4578EF is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB69120239-
CMYK0.710.5000.06
HSL222º84.16%60.39%-
HSV(B)222º71.13%93.73%-
XYZ24.7520.9384.4-
YUV118.32196.192.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.12%
GREEN value IS 120 (47.27% from 255) = 28.04%
BLUE value IS 239 (93.75% from 255) = 55.84%
R=16.12%
G=28.04%
B=55.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal691202390.710.5000.0622284.1660.39
Hex4578EF473206de543c
Octal105170357107620633612474
Binary100010111110001110111110001111100100110110111101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4578EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4578EF; }

 p { color: rgb(69,120,239); }

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

<style>
 a { background-color: #4578EF; }

 a { background-color: rgb(69,120,239); }

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

<style>
 span { border-color: #4578EF; }

 span { border-color: rgb(69,120,239); }

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