#49a2e6

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

Shades of Summer Sky #49A2E6

Tints of Summer Sky #49A2E6

Color information

#49A2E6 (or 0x49A2E6) is unknown color: approx Summer Sky. HEX triplet: 49, A2 and E6. RGB value is (73,162,230). Sum of RGB (Red+Green+Blue) = 73+162+230=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #49A2E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A2E6 is #B65D19. Grayscale: #8E8E8E. Windows color (decimal): -11951386 or 15114825. OLE color: 15114825.

HSL color Cylindrical-coordinate representation of color #49A2E6: hue angle of 205.99º degrees, saturation: 0.76, 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 #49A2E6 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB73162230-
CMYK0.680.3000.10
HSL205.99º75.85%59.41%-
HSV(B)205.99º68.26%90.2%-
XYZ29.9532.9779.65-
YUV143.14177.0177.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.70%
GREEN value IS 162 (63.67% from 255) = 34.84%
BLUE value IS 230 (90.23% from 255) = 49.46%
R=15.70%
G=34.84%
B=49.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal731622300.680.3000.10205.9975.8559.41
Hex49A2E6441E0Ace4c3b
Octal1112423461043601231611473
Binary1001001101000101110011010001001111001010110011101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49a2e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,162,230); }

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

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

 a { background-color: rgb(73,162,230); }

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

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

 span { border-color: rgb(73,162,230); }

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