#4AAADF

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

Shades of Summer Sky #4AAADF

Tints of Summer Sky #4AAADF

Color information

#4AAADF (or 0x4AAADF) is unknown color: approx Summer Sky. HEX triplet: 4A, AA and DF. RGB value is (74,170,223). Sum of RGB (Red+Green+Blue) = 74+170+223=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #4AAADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAADF is #B55520. Grayscale: #939393. Windows color (decimal): -11883809 or 14658122. OLE color: 14658122.

HSL color Cylindrical-coordinate representation of color #4AAADF: hue angle of 201.34º degrees, saturation: 0.7, 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 #4AAADF is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB74170223-
CMYK0.670.2400.13
HSL201.34º69.95%58.24%-
HSV(B)201.34º66.82%87.45%-
XYZ30.5235.5375.06-
YUV147.34170.775.69-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.85%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 223 (87.5% from 255) = 47.75%
R=15.85%
G=36.40%
B=47.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal741702230.670.2400.13201.3469.9558.24
Hex4AAADF43180Dc9463a
Octal1122523371033001531110672
Binary1001010101010101101111110000111100001101110010011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,170,223); }

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

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

 a { background-color: rgb(74,170,223); }

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

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

 span { border-color: rgb(74,170,223); }

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