#4DAAF2

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

Shades of Summer Sky #4DAAF2

Tints of Summer Sky #4DAAF2

Color information

#4DAAF2 (or 0x4DAAF2) is unknown color: approx Summer Sky. HEX triplet: 4D, AA and F2. RGB value is (77,170,242). Sum of RGB (Red+Green+Blue) = 77+170+242=489 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.75% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #4DAAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4DAAF2 is #B2550D. Grayscale: #969696. Windows color (decimal): -11687182 or 15903309. OLE color: 15903309.

HSL color Cylindrical-coordinate representation of color #4DAAF2: hue angle of 206.18º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DAAF2 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB77170242-
CMYK0.680.3000.05
HSL206.18º86.39%62.55%-
HSV(B)206.18º68.18%94.9%-
XYZ33.4636.7489.33-
YUV150.4179.6975.65-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.75%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 242 (94.92% from 255) = 49.49%
R=15.75%
G=34.76%
B=49.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal771702420.680.3000.05206.1886.3962.55
Hex4DAAF2441E05ce563f
Octal115252362104360531612677
Binary100110110101010111100101000100111100101110011101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DAAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4DAAF2; }

 p { color: rgb(77,170,242); }

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

<style>
 a { background-color: #4DAAF2; }

 a { background-color: rgb(77,170,242); }

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

<style>
 span { border-color: #4DAAF2; }

 span { border-color: rgb(77,170,242); }

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