#4AB1DC

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

Shades of Summer Sky #4AB1DC

Tints of Summer Sky #4AB1DC

Color information

#4AB1DC (or 0x4AB1DC) is unknown color: approx Summer Sky. HEX triplet: 4A, B1 and DC. RGB value is (74,177,220). Sum of RGB (Red+Green+Blue) = 74+177+220=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AB1DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB1DC is #B54E23. Grayscale: #969696. Windows color (decimal): -11882020 or 14463306. OLE color: 14463306.

HSL color Cylindrical-coordinate representation of color #4AB1DC: hue angle of 197.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AB1DC is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB74177220-
CMYK0.660.2000.14
HSL197.67º67.59%57.65%-
HSV(B)197.67º66.36%86.27%-
XYZ31.4638.0773.4-
YUV151.11166.8873-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 15.71%
GREEN value IS 177 (69.53% from 255) = 37.58%
BLUE value IS 220 (86.33% from 255) = 46.71%
R=15.71%
G=37.58%
B=46.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal741772200.660.2000.14197.6767.5957.65
Hex4AB1DC42140Ec6443a
Octal1122613341022401630610472
Binary1001010101100011101110010000101010001110110001101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,177,220); }

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

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

 a { background-color: rgb(74,177,220); }

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

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

 span { border-color: rgb(74,177,220); }

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