#49a5e1

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

Shades of Summer Sky #49A5E1

Tints of Summer Sky #49A5E1

Color information

#49A5E1 (or 0x49A5E1) is unknown color: approx Summer Sky. HEX triplet: 49, A5 and E1. RGB value is (73,165,225). Sum of RGB (Red+Green+Blue) = 73+165+225=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #49A5E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A5E1 is #B65A1E. Grayscale: #909090. Windows color (decimal): -11950623 or 14787913. OLE color: 14787913.

HSL color Cylindrical-coordinate representation of color #49A5E1: hue angle of 203.68º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49A5E1 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB73165225-
CMYK0.680.2700.12
HSL203.68º71.7%58.43%-
HSV(B)203.68º67.56%88.24%-
XYZ29.7933.7676.18-
YUV144.33173.5277.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.77%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=15.77%
G=35.64%
B=48.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal731652250.680.2700.12203.6871.758.43
Hex49A5E1441B0Ccc483a
Octal1112453411043301431411072
Binary1001001101001011110000110001001101101100110011001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49a5e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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