#49ADE5

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

Shades of Summer Sky #49ADE5

Tints of Summer Sky #49ADE5

Color information

#49ADE5 (or 0x49ADE5) is unknown color: approx Summer Sky. HEX triplet: 49, AD and E5. RGB value is (73,173,229). Sum of RGB (Red+Green+Blue) = 73+173+229=475 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.37% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 229 - color contains mainly: blue. Hex color #49ADE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADE5 is #B6521A. Grayscale: #959595. Windows color (decimal): -11948571 or 15052105. OLE color: 15052105.

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

Color convert

RGB73173229-
CMYK0.680.2400.10
HSL201.54º75%59.22%-
HSV(B)201.54º68.12%89.8%-
XYZ31.8336.9679.59-
YUV149.48172.8773.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.37%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 229 (89.84% from 255) = 48.21%
R=15.37%
G=36.42%
B=48.21%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal731732290.680.2400.10201.547559.22
Hex49ADE544180Aca4b3b
Octal1112553451043001231211373
Binary1001001101011011110010110001001100001010110010101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ADE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,173,229); }

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

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

 a { background-color: rgb(73,173,229); }

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

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

 span { border-color: rgb(73,173,229); }

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