#4CB3DC

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

Shades of Summer Sky #4CB3DC

Tints of Summer Sky #4CB3DC

Color information

#4CB3DC (or 0x4CB3DC) is unknown color: approx Summer Sky. HEX triplet: 4C, B3 and DC. RGB value is (76,179,220). Sum of RGB (Red+Green+Blue) = 76+179+220=475 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #4CB3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB3DC is #B34C23. Grayscale: #989898. Windows color (decimal): -11750436 or 14463820. OLE color: 14463820.

HSL color Cylindrical-coordinate representation of color #4CB3DC: hue angle of 197.08º 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 #4CB3DC is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB76179220-
CMYK0.650.1900.14
HSL197.08º67.29%58.04%-
HSV(B)197.08º65.45%86.27%-
XYZ32.0238.9473.54-
YUV152.88165.8873.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=16%
G=37.68%
B=46.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal761792200.650.1900.14197.0867.2958.04
Hex4CB3DC41130Ec5433a
Octal1142633341012301630510372
Binary1001100101100111101110010000011001101110110001011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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