#49B0DA

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

Shades of Summer Sky #49B0DA

Tints of Summer Sky #49B0DA

Color information

#49B0DA (or 0x49B0DA) is unknown color: approx Summer Sky. HEX triplet: 49, B0 and DA. RGB value is (73,176,218). Sum of RGB (Red+Green+Blue) = 73+176+218=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #49B0DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49B0DA is #B64F25. Grayscale: #959595. Windows color (decimal): -11947814 or 14331977. OLE color: 14331977.

HSL color Cylindrical-coordinate representation of color #49B0DA: hue angle of 197.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49B0DA is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB73176218-
CMYK0.670.1900.15
HSL197.38º66.21%57.06%-
HSV(B)197.38º66.51%85.49%-
XYZ30.9337.5371.94-
YUV149.99166.3873.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.63%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=15.63%
G=37.69%
B=46.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal731762180.670.1900.15197.3866.2157.06
Hex49B0DA43130Fc54239
Octal1112603321032301730510271
Binary1001001101100001101101010000111001101111110001011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,176,218); }

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

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

 a { background-color: rgb(73,176,218); }

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

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

 span { border-color: rgb(73,176,218); }

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