#49BADC

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

Shades of Summer Sky #49BADC

Tints of Summer Sky #49BADC

Color information

#49BADC (or 0x49BADC) is unknown color: approx Summer Sky. HEX triplet: 49, BA and DC. RGB value is (73,186,220). Sum of RGB (Red+Green+Blue) = 73+186+220=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #49BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BADC is #B64523. Grayscale: #9B9B9B. Windows color (decimal): -11945252 or 14465609. OLE color: 14465609.

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

Color convert

RGB73186220-
CMYK0.670.1500.14
HSL193.88º67.74%57.45%-
HSV(B)193.88º66.82%86.27%-
XYZ33.2241.774.01-
YUV156.09164.0668.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.24%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=15.24%
G=38.83%
B=45.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731862200.670.1500.14193.8867.7457.45
Hex49BADC43F0Ec24439
Octal1112723341031701630210471
Binary100100110111010110111001000011111101110110000101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,186,220); }

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

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

 a { background-color: rgb(73,186,220); }

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

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

 span { border-color: rgb(73,186,220); }

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