#49C7F2

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

Shades of Summer Sky #49C7F2

Tints of Summer Sky #49C7F2

Color information

#49C7F2 (or 0x49C7F2) is unknown color: approx Summer Sky. HEX triplet: 49, C7 and F2. RGB value is (73,199,242). Sum of RGB (Red+Green+Blue) = 73+199+242=514 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.20% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #49C7F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C7F2 is #B6380D. Grayscale: #A5A5A5. Windows color (decimal): -11941902 or 15910729. OLE color: 15910729.

HSL color Cylindrical-coordinate representation of color #49C7F2: hue angle of 195.27º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49C7F2 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB73199242-
CMYK0.700.1800.05
HSL195.27º86.67%61.76%-
HSV(B)195.27º69.83%94.9%-
XYZ39.248.6791.33-
YUV166.23170.7661.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.20%
GREEN value IS 199 (78.12% from 255) = 38.72%
BLUE value IS 242 (94.92% from 255) = 47.08%
R=14.20%
G=38.72%
B=47.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal731992420.700.1800.05195.2786.6761.76
Hex49C7F2461205c3573e
Octal111307362106220530312776
Binary100100111000111111100101000110100100101110000111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,199,242); }

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

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

 a { background-color: rgb(73,199,242); }

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

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

 span { border-color: rgb(73,199,242); }

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