#4B778C

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

Shades of Jelly Bean #4B778C

Tints of Jelly Bean #4B778C

Color information

#4B778C (or 0x4B778C) is unknown color: approx Jelly Bean. HEX triplet: 4B, 77 and 8C. RGB value is (75,119,140). Sum of RGB (Red+Green+Blue) = 75+119+140=334 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.46% from 334); Green value is 119 (46.88% from 255 or 35.63% 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 #4B778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B778C is #B48873. Grayscale: #6C6C6C. Windows color (decimal): -11831412 or 9205579. OLE color: 9205579.

HSL color Cylindrical-coordinate representation of color #4B778C: hue angle of 199.38º 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 #4B778C is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB75119140-
CMYK0.460.1500.45
HSL199.38º30.23%42.16%-
HSV(B)199.38º46.43%54.9%-
XYZ14.2316.5827.26-
YUV108.24145.92104.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.46%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=22.46%
G=35.63%
B=41.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751191400.460.1500.45199.3830.2342.16
Hex4B778C2EF02Dc71e2a
Octal11316721456170553073652
Binary1001011111011110001100101110111101011011100011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,140); }

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

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

 a { background-color: rgb(75,119,140); }

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

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

 span { border-color: rgb(75,119,140); }

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