#49B3F5

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

Shades of Summer Sky #49B3F5

Tints of Summer Sky #49B3F5

Color information

#49B3F5 (or 0x49B3F5) is unknown color: approx Summer Sky. HEX triplet: 49, B3 and F5. RGB value is (73,179,245). Sum of RGB (Red+Green+Blue) = 73+179+245=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #49B3F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B3F5 is #B64C0A. Grayscale: #9A9A9A. Windows color (decimal): -11947019 or 16102217. OLE color: 16102217.

HSL color Cylindrical-coordinate representation of color #49B3F5: hue angle of 203.02º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49B3F5 is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB73179245-
CMYK0.700.2700.04
HSL203.02º89.58%62.35%-
HSV(B)203.02º70.2%96.08%-
XYZ35.3540.2592.29-
YUV154.83178.8869.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.69%
GREEN value IS 179 (70.31% from 255) = 36.02%
BLUE value IS 245 (96.09% from 255) = 49.30%
R=14.69%
G=36.02%
B=49.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal731792450.700.2700.04203.0289.5862.35
Hex49B3F5461B04cb5a3e
Octal111263365106330431313276
Binary100100110110011111101011000110110110100110010111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,179,245); }

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

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

 a { background-color: rgb(73,179,245); }

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

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

 span { border-color: rgb(73,179,245); }

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