#4AA4E1

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

Shades of Summer Sky #4AA4E1

Tints of Summer Sky #4AA4E1

Color information

#4AA4E1 (or 0x4AA4E1) is unknown color: approx Summer Sky. HEX triplet: 4A, A4 and E1. RGB value is (74,164,225). Sum of RGB (Red+Green+Blue) = 74+164+225=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #4AA4E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA4E1 is #B55B1E. Grayscale: #8F8F8F. Windows color (decimal): -11885343 or 14787658. OLE color: 14787658.

HSL color Cylindrical-coordinate representation of color #4AA4E1: hue angle of 204.24º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AA4E1 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB74164225-
CMYK0.670.2700.12
HSL204.24º71.56%58.63%-
HSV(B)204.24º67.11%88.24%-
XYZ29.6933.4476.12-
YUV144.04173.6878.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.98%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 225 (88.28% from 255) = 48.60%
R=15.98%
G=35.42%
B=48.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal741642250.670.2700.12204.2471.5658.63
Hex4AA4E1431B0Ccc483b
Octal1122443411033301431411073
Binary1001010101001001110000110000111101101100110011001001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,164,225); }

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

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

 a { background-color: rgb(74,164,225); }

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

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

 span { border-color: rgb(74,164,225); }

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