#4EAFE0

Color #4EAFE0 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #4EAFE0

Tints of Summer Sky #4EAFE0

Color information

#4EAFE0 (or 0x4EAFE0) is unknown color: approx Summer Sky. HEX triplet: 4E, AF and E0. RGB value is (78,175,224). Sum of RGB (Red+Green+Blue) = 78+175+224=477 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.35% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #4EAFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4EAFE0 is #B1501F. Grayscale: #979797. Windows color (decimal): -11620384 or 14724942. OLE color: 14724942.

HSL color Cylindrical-coordinate representation of color #4EAFE0: hue angle of 200.14º 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 #4EAFE0 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB78175224-
CMYK0.650.2200.12
HSL200.14º70.19%59.22%-
HSV(B)200.14º65.18%87.84%-
XYZ31.9337.6676.11-
YUV151.58168.8675.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 16.35%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 224 (87.89% from 255) = 46.96%
R=16.35%
G=36.69%
B=46.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal781752240.650.2200.12200.1470.1959.22
Hex4EAFE041160Cc8463b
Octal1162573401012601431010673
Binary1001110101011111110000010000011011001100110010001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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