#4AB5EC

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

Shades of Summer Sky #4AB5EC

Tints of Summer Sky #4AB5EC

Color information

#4AB5EC (or 0x4AB5EC) is unknown color: approx Summer Sky. HEX triplet: 4A, B5 and EC. RGB value is (74,181,236). Sum of RGB (Red+Green+Blue) = 74+181+236=491 (65% of max value = 765). Red value is 74 (29.30% from 255 or 15.07% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #4AB5EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4AB5EC is #B54A13. Grayscale: #9A9A9A. Windows color (decimal): -11880980 or 15512906. OLE color: 15512906.

HSL color Cylindrical-coordinate representation of color #4AB5EC: hue angle of 200.37º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AB5EC is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB74181236-
CMYK0.690.2300.07
HSL200.37º81%60.78%-
HSV(B)200.37º68.64%92.55%-
XYZ34.4940.5685.37-
YUV155.28173.5570.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.07%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 236 (92.58% from 255) = 48.07%
R=15.07%
G=36.86%
B=48.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal741812360.690.2300.07200.378160.78
Hex4AB5EC451707c8513d
Octal112265354105270731012175
Binary100101010110101111011001000101101110111110010001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,181,236); }

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

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

 a { background-color: rgb(74,181,236); }

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

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

 span { border-color: rgb(74,181,236); }

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