#49ABF3

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

Shades of Summer Sky #49ABF3

Tints of Summer Sky #49ABF3

Color information

#49ABF3 (or 0x49ABF3) is unknown color: approx Summer Sky. HEX triplet: 49, AB and F3. RGB value is (73,171,243). Sum of RGB (Red+Green+Blue) = 73+171+243=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #49ABF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABF3 is #B6540C. Grayscale: #959595. Windows color (decimal): -11949069 or 15969097. OLE color: 15969097.

HSL color Cylindrical-coordinate representation of color #49ABF3: hue angle of 205.41º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49ABF3 is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB73171243-
CMYK0.700.3000.05
HSL205.41º87.63%61.96%-
HSV(B)205.41º69.96%95.29%-
XYZ33.4937.0190.17-
YUV149.91180.5373.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.99%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 243 (95.31% from 255) = 49.90%
R=14.99%
G=35.11%
B=49.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal731712430.700.3000.05205.4187.6361.96
Hex49ABF3461E05cd583e
Octal111253363106360531513076
Binary100100110101011111100111000110111100101110011011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,171,243); }

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

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

 a { background-color: rgb(73,171,243); }

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

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

 span { border-color: rgb(73,171,243); }

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