#4CB1DE

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

Shades of Summer Sky #4CB1DE

Tints of Summer Sky #4CB1DE

Color information

#4CB1DE (or 0x4CB1DE) is unknown color: approx Summer Sky. HEX triplet: 4C, B1 and DE. RGB value is (76,177,222). Sum of RGB (Red+Green+Blue) = 76+177+222=475 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #4CB1DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4CB1DE is #B34E21. Grayscale: #979797. Windows color (decimal): -11750946 or 14594380. OLE color: 14594380.

HSL color Cylindrical-coordinate representation of color #4CB1DE: hue angle of 198.49º degrees, saturation: 0.69, 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 #4CB1DE is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76177222-
CMYK0.660.2000.13
HSL198.49º68.87%58.43%-
HSV(B)198.49º65.77%87.06%-
XYZ31.8938.2574.81-
YUV151.93167.5473.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=16%
G=37.26%
B=46.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761772220.660.2000.13198.4968.8758.43
Hex4CB1DE42140Dc6453a
Octal1142613361022401530610572
Binary1001100101100011101111010000101010001101110001101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,177,222); }

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

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

 a { background-color: rgb(76,177,222); }

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

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

 span { border-color: rgb(76,177,222); }

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