#4CB2EF

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

Shades of Summer Sky #4CB2EF

Tints of Summer Sky #4CB2EF

Color information

#4CB2EF (or 0x4CB2EF) is unknown color: approx Summer Sky. HEX triplet: 4C, B2 and EF. RGB value is (76,178,239). Sum of RGB (Red+Green+Blue) = 76+178+239=493 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.42% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CB2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CB2EF is #B34D10. Grayscale: #9A9A9A. Windows color (decimal): -11750673 or 15708748. OLE color: 15708748.

HSL color Cylindrical-coordinate representation of color #4CB2EF: hue angle of 202.45º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CB2EF is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB76178239-
CMYK0.680.2600.06
HSL202.45º83.59%61.76%-
HSV(B)202.45º68.2%93.73%-
XYZ34.4839.6187.49-
YUV154.46175.7172.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.42%
GREEN value IS 178 (69.92% from 255) = 36.11%
BLUE value IS 239 (93.75% from 255) = 48.48%
R=15.42%
G=36.11%
B=48.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal761782390.680.2600.06202.4583.5961.76
Hex4CB2EF441A06ca543e
Octal114262357104320631212476
Binary100110010110010111011111000100110100110110010101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,178,239); }

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

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

 a { background-color: rgb(76,178,239); }

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

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

 span { border-color: rgb(76,178,239); }

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