#4CB6DC

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

Shades of Summer Sky #4CB6DC

Tints of Summer Sky #4CB6DC

Color information

#4CB6DC (or 0x4CB6DC) is unknown color: approx Summer Sky. HEX triplet: 4C, B6 and DC. RGB value is (76,182,220). Sum of RGB (Red+Green+Blue) = 76+182+220=478 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.90% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CB6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB6DC is #B34923. Grayscale: #9A9A9A. Windows color (decimal): -11749668 or 14464588. OLE color: 14464588.

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

Color convert

RGB76182220-
CMYK0.650.1700.14
HSL195.83º67.29%58.04%-
HSV(B)195.83º65.45%86.27%-
XYZ32.6340.1673.74-
YUV154.64164.8871.91-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.90%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 220 (86.33% from 255) = 46.03%
R=15.90%
G=38.08%
B=46.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal761822200.650.1700.14195.8367.2958.04
Hex4CB6DC41110Ec4433a
Octal1142663341012101630410372
Binary1001100101101101101110010000011000101110110001001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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