#4E778F

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

Shades of Jelly Bean #4E778F

Tints of Jelly Bean #4E778F

Color information

#4E778F (or 0x4E778F) is unknown color: approx Jelly Bean. HEX triplet: 4E, 77 and 8F. RGB value is (78,119,143). Sum of RGB (Red+Green+Blue) = 78+119+143=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #4E778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E778F is #B18870. Grayscale: #6D6D6D. Windows color (decimal): -11634801 or 9402190. OLE color: 9402190.

HSL color Cylindrical-coordinate representation of color #4E778F: hue angle of 202.15º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E778F is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB78119143-
CMYK0.450.1700.44
HSL202.15º29.41%43.33%-
HSV(B)202.15º45.45%56.08%-
XYZ14.716.828.45-
YUV109.48146.92105.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.94%
GREEN value IS 119 (46.88% from 255) = 35%
BLUE value IS 143 (56.25% from 255) = 42.06%
R=22.94%
G=35%
B=42.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781191430.450.1700.44202.1529.4143.33
Hex4E778F2D1102Cca1d2b
Octal11616721755210543123553
Binary10011101110111100011111011011000101011001100101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,119,143); }

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

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

 a { background-color: rgb(78,119,143); }

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

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

 span { border-color: rgb(78,119,143); }

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