#49A4EE

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

Shades of Summer Sky #49A4EE

Tints of Summer Sky #49A4EE

Color information

#49A4EE (or 0x49A4EE) is unknown color: approx Summer Sky. HEX triplet: 49, A4 and EE. RGB value is (73,164,238). Sum of RGB (Red+Green+Blue) = 73+164+238=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #49A4EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A4EE is #B65B11. Grayscale: #909090. Windows color (decimal): -11950866 or 15639625. OLE color: 15639625.

HSL color Cylindrical-coordinate representation of color #49A4EE: hue angle of 206.91º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A4EE is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB73164238-
CMYK0.690.3100.07
HSL206.91º82.91%60.98%-
HSV(B)206.91º69.33%93.33%-
XYZ31.4634.1485.82-
YUV145.23180.3576.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.37%
GREEN value IS 164 (64.45% from 255) = 34.53%
BLUE value IS 238 (93.36% from 255) = 50.11%
R=15.37%
G=34.53%
B=50.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal731642380.690.3100.07206.9182.9160.98
Hex49A4EE451F07cf533d
Octal111244356105370731712375
Binary100100110100100111011101000101111110111110011111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A4EE; }

 p { color: rgb(73,164,238); }

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

<style>
 a { background-color: #49A4EE; }

 a { background-color: rgb(73,164,238); }

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

<style>
 span { border-color: #49A4EE; }

 span { border-color: rgb(73,164,238); }

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