#4CB6DD

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

Shades of Summer Sky #4CB6DD

Tints of Summer Sky #4CB6DD

Color information

#4CB6DD (or 0x4CB6DD) is unknown color: approx Summer Sky. HEX triplet: 4C, B6 and DD. RGB value is (76,182,221). Sum of RGB (Red+Green+Blue) = 76+182+221=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #4CB6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB6DD is #B34922. Grayscale: #9A9A9A. Windows color (decimal): -11749667 or 14530124. OLE color: 14530124.

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

Color convert

RGB76182221-
CMYK0.660.1800.13
HSL196.14º68.08%58.24%-
HSV(B)196.14º65.61%86.67%-
XYZ32.7640.2174.44-
YUV154.75165.3871.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.87%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=15.87%
G=38.00%
B=46.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761822210.660.1800.13196.1468.0858.24
Hex4CB6DD42120Dc4443a
Octal1142663351022201530410472
Binary1001100101101101101110110000101001001101110001001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,182,221); }

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

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

 a { background-color: rgb(76,182,221); }

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

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

 span { border-color: rgb(76,182,221); }

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