#4D808E

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

Shades of Jelly Bean #4D808E

Tints of Jelly Bean #4D808E

Color information

#4D808E (or 0x4D808E) is unknown color: approx Jelly Bean. HEX triplet: 4D, 80 and 8E. RGB value is (77,128,142). Sum of RGB (Red+Green+Blue) = 77+128+142=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D808E is #B27F71. Grayscale: #727272. Windows color (decimal): -11698034 or 9338957. OLE color: 9338957.

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

Color convert

RGB77128142-
CMYK0.460.1000.44
HSL192.92º29.68%42.94%-
HSV(B)192.92º45.77%55.69%-
XYZ15.6618.9728.43-
YUV114.35143.6101.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.19%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=22.19%
G=36.89%
B=40.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771281420.460.1000.44192.9229.6842.94
Hex4D808E2EA02Cc11e2b
Octal11520021656120543013653
Binary10011011000000010001110101110101001011001100000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,128,142); }

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

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

 a { background-color: rgb(77,128,142); }

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

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

 span { border-color: rgb(77,128,142); }

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