#49A5E5

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

Shades of Summer Sky #49A5E5

Tints of Summer Sky #49A5E5

Color information

#49A5E5 (or 0x49A5E5) is unknown color: approx Summer Sky. HEX triplet: 49, A5 and E5. RGB value is (73,165,229). Sum of RGB (Red+Green+Blue) = 73+165+229=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #49A5E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A5E5 is #B65A1A. Grayscale: #909090. Windows color (decimal): -11950619 or 15050057. OLE color: 15050057.

HSL color Cylindrical-coordinate representation of color #49A5E5: hue angle of 204.62º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49A5E5 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB73165229-
CMYK0.680.2800.10
HSL204.62º75%59.22%-
HSV(B)204.62º68.12%89.8%-
XYZ30.3533.9879.09-
YUV144.79175.5276.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.63%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 229 (89.84% from 255) = 49.04%
R=15.63%
G=35.33%
B=49.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal731652290.680.2800.10204.627559.22
Hex49A5E5441C0Acd4b3b
Octal1112453451043401231511373
Binary1001001101001011110010110001001110001010110011011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,165,229); }

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

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

 a { background-color: rgb(73,165,229); }

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

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

 span { border-color: rgb(73,165,229); }

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