#49B9DE

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

Shades of Summer Sky #49B9DE

Tints of Summer Sky #49B9DE

Color information

#49B9DE (or 0x49B9DE) is unknown color: approx Summer Sky. HEX triplet: 49, B9 and DE. RGB value is (73,185,222). Sum of RGB (Red+Green+Blue) = 73+185+222=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 185 (72.66% from 255 or 38.54% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #49B9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B9DE is #B64621. Grayscale: #9B9B9B. Windows color (decimal): -11945506 or 14596425. OLE color: 14596425.

HSL color Cylindrical-coordinate representation of color #49B9DE: hue angle of 194.9º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49B9DE is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB73185222-
CMYK0.670.1700.13
HSL194.9º69.3%57.84%-
HSV(B)194.9º67.12%87.06%-
XYZ33.2841.3975.34-
YUV155.73165.3968.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.21%
GREEN value IS 185 (72.66% from 255) = 38.54%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=15.21%
G=38.54%
B=46.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal731852220.670.1700.13194.969.357.84
Hex49B9DE43110Dc3453a
Octal1112713361032101530310572
Binary1001001101110011101111010000111000101101110000111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,185,222); }

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

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

 a { background-color: rgb(73,185,222); }

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

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

 span { border-color: rgb(73,185,222); }

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