#4D778F

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

Shades of Jelly Bean #4D778F

Tints of Jelly Bean #4D778F

Color information

#4D778F (or 0x4D778F) is unknown color: approx Jelly Bean. HEX triplet: 4D, 77 and 8F. RGB value is (77,119,143). Sum of RGB (Red+Green+Blue) = 77+119+143=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D778F is #B28870. Grayscale: #6D6D6D. Windows color (decimal): -11700337 or 9402189. OLE color: 9402189.

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

Color convert

RGB77119143-
CMYK0.460.1700.44
HSL201.82º30%43.14%-
HSV(B)201.82º46.15%56.08%-
XYZ14.6216.7528.45-
YUV109.18147.09105.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.71%
GREEN value IS 119 (46.88% from 255) = 35.10%
BLUE value IS 143 (56.25% from 255) = 42.18%
R=22.71%
G=35.10%
B=42.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771191430.460.1700.44201.823043.14
Hex4D778F2E1102Cca1e2b
Octal11516721756210543123653
Binary10011011110111100011111011101000101011001100101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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