#49ABEA

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

Shades of Summer Sky #49ABEA

Tints of Summer Sky #49ABEA

Color information

#49ABEA (or 0x49ABEA) is unknown color: approx Summer Sky. HEX triplet: 49, AB and EA. RGB value is (73,171,234). Sum of RGB (Red+Green+Blue) = 73+171+234=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #49ABEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABEA is #B65415. Grayscale: #949494. Windows color (decimal): -11949078 or 15379273. OLE color: 15379273.

HSL color Cylindrical-coordinate representation of color #49ABEA: hue angle of 203.48º 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 #49ABEA is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73171234-
CMYK0.690.2700.08
HSL203.48º79.31%60.2%-
HSV(B)203.48º68.8%91.76%-
XYZ32.1636.4883.19-
YUV148.88176.0373.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.27%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 234 (91.80% from 255) = 48.95%
R=15.27%
G=35.77%
B=48.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731712340.690.2700.08203.4879.3160.2
Hex49ABEA451B08cb4f3c
Octal1112533521053301031311774
Binary1001001101010111110101010001011101101000110010111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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