#4CB1FF

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

Shades of Summer Sky #4CB1FF

Tints of Summer Sky #4CB1FF

Color information

#4CB1FF (or 0x4CB1FF) is unknown color: approx Summer Sky. HEX triplet: 4C, B1 and FF. RGB value is (76,177,255). Sum of RGB (Red+Green+Blue) = 76+177+255=508 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.96% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #4CB1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4CB1FF is #B34E00. Grayscale: #9B9B9B. Windows color (decimal): -11750913 or 16757068. OLE color: 16757068.

HSL color Cylindrical-coordinate representation of color #4CB1FF: hue angle of 206.15º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CB1FF is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB76177255-
CMYK0.700.3100
HSL206.15º100%64.9%-
HSV(B)206.15º70.2%100%-
XYZ36.7540.2100.43-
YUV155.69184.0471.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 14.96%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 255 (100% from 255) = 50.20%
R=14.96%
G=34.84%
B=50.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal761772550.700.3100206.1510064.9
Hex4CB1FF461F00ce6441
Octal1142613771063700316144101
Binary10011001011000111111111100011011111001100111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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