#49AADF

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

Shades of Summer Sky #49AADF

Tints of Summer Sky #49AADF

Color information

#49AADF (or 0x49AADF) is unknown color: approx Summer Sky. HEX triplet: 49, AA and DF. RGB value is (73,170,223). Sum of RGB (Red+Green+Blue) = 73+170+223=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #49AADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AADF is #B65520. Grayscale: #929292. Windows color (decimal): -11949345 or 14658121. OLE color: 14658121.

HSL color Cylindrical-coordinate representation of color #49AADF: hue angle of 201.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49AADF is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73170223-
CMYK0.670.2400.13
HSL201.2º70.09%58.04%-
HSV(B)201.2º67.26%87.45%-
XYZ30.4435.4975.06-
YUV147.04170.8675.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.67%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 223 (87.5% from 255) = 47.85%
R=15.67%
G=36.48%
B=47.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731702230.670.2400.13201.270.0958.04
Hex49AADF43180Dc9463a
Octal1112523371033001531110672
Binary1001001101010101101111110000111100001101110010011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,170,223); }

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

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

 a { background-color: rgb(73,170,223); }

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

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

 span { border-color: rgb(73,170,223); }

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