#4E80E0

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

Shades of Royal Blue #4E80E0

Tints of Royal Blue #4E80E0

Color information

#4E80E0 (or 0x4E80E0) is unknown color: approx Royal Blue. HEX triplet: 4E, 80 and E0. RGB value is (78,128,224). Sum of RGB (Red+Green+Blue) = 78+128+224=430 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.14% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #4E80E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E80E0 is #B17F1F. Grayscale: #7B7B7B. Windows color (decimal): -11632416 or 14712910. OLE color: 14712910.

HSL color Cylindrical-coordinate representation of color #4E80E0: hue angle of 219.45º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E80E0 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB78128224-
CMYK0.650.4300.12
HSL219.45º70.19%59.22%-
HSV(B)219.45º65.18%87.84%-
XYZ24.3222.4473.57-
YUV123.99184.4495.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.14%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 224 (87.89% from 255) = 52.09%
R=18.14%
G=29.77%
B=52.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal781282240.650.4300.12219.4570.1959.22
Hex4E80E0412B0Cdb463b
Octal1162003401015301433310673
Binary10011101000000011100000100000110101101100110110111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E80E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E80E0; }

 p { color: rgb(78,128,224); }

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

<style>
 a { background-color: #4E80E0; }

 a { background-color: rgb(78,128,224); }

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

<style>
 span { border-color: #4E80E0; }

 span { border-color: rgb(78,128,224); }

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