#4AB8EA

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

Shades of Summer Sky #4AB8EA

Tints of Summer Sky #4AB8EA

Color information

#4AB8EA (or 0x4AB8EA) is unknown color: approx Summer Sky. HEX triplet: 4A, B8 and EA. RGB value is (74,184,234). Sum of RGB (Red+Green+Blue) = 74+184+234=492 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.04% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #4AB8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AB8EA is #B54715. Grayscale: #9C9C9C. Windows color (decimal): -11880214 or 15382602. OLE color: 15382602.

HSL color Cylindrical-coordinate representation of color #4AB8EA: hue angle of 198.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AB8EA is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB74184234-
CMYK0.680.2100.08
HSL198.75º79.21%60.39%-
HSV(B)198.75º68.38%91.76%-
XYZ34.8241.6884.05-
YUV156.81171.5668.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.04%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 234 (91.80% from 255) = 47.56%
R=15.04%
G=37.40%
B=47.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal741842340.680.2100.08198.7579.2160.39
Hex4AB8EA441508c74f3c
Octal1122703521042501030711774
Binary1001010101110001110101010001001010101000110001111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,184,234); }

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

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

 a { background-color: rgb(74,184,234); }

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

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

 span { border-color: rgb(74,184,234); }

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