#4C768C

Color #4C768C Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #4C768C

Tints of Jelly Bean #4C768C

Color information

#4C768C (or 0x4C768C) is unknown color: approx Jelly Bean. HEX triplet: 4C, 76 and 8C. RGB value is (76,118,140). Sum of RGB (Red+Green+Blue) = 76+118+140=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C768C is #B38973. Grayscale: #6B6B6B. Windows color (decimal): -11766132 or 9205324. OLE color: 9205324.

HSL color Cylindrical-coordinate representation of color #4C768C: hue angle of 200.62º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C768C is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB76118140-
CMYK0.460.1600.45
HSL200.62º29.63%42.35%-
HSV(B)200.62º45.71%54.9%-
XYZ14.1916.3927.23-
YUV107.95146.09105.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.75%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=22.75%
G=35.33%
B=41.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761181400.460.1600.45200.6229.6342.35
Hex4C768C2E1002Dc91e2a
Octal11416621456200553113652
Binary10011001110110100011001011101000001011011100100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,118,140); }

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

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

 a { background-color: rgb(76,118,140); }

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

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

 span { border-color: rgb(76,118,140); }

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