#49B7EA

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

Shades of Summer Sky #49B7EA

Tints of Summer Sky #49B7EA

Color information

#49B7EA (or 0x49B7EA) is unknown color: approx Summer Sky. HEX triplet: 49, B7 and EA. RGB value is (73,183,234). Sum of RGB (Red+Green+Blue) = 73+183+234=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #49B7EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B7EA is #B64815. Grayscale: #9B9B9B. Windows color (decimal): -11946006 or 15382345. OLE color: 15382345.

HSL color Cylindrical-coordinate representation of color #49B7EA: hue angle of 199.01º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49B7EA is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73183234-
CMYK0.690.2200.08
HSL199.01º79.31%60.2%-
HSV(B)199.01º68.8%91.76%-
XYZ34.5341.2283.98-
YUV155.92172.0668.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.90%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 234 (91.80% from 255) = 47.76%
R=14.90%
G=37.35%
B=47.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731832340.690.2200.08199.0179.3160.2
Hex49B7EA451608c74f3c
Octal1112673521052601030711774
Binary1001001101101111110101010001011011001000110001111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,183,234); }

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

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

 a { background-color: rgb(73,183,234); }

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

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

 span { border-color: rgb(73,183,234); }

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