#4E758E

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

Shades of Jelly Bean #4E758E

Tints of Jelly Bean #4E758E

Color information

#4E758E (or 0x4E758E) is unknown color: approx Jelly Bean. HEX triplet: 4E, 75 and 8E. RGB value is (78,117,142). Sum of RGB (Red+Green+Blue) = 78+117+142=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E758E is #B18A71. Grayscale: #6C6C6C. Windows color (decimal): -11635314 or 9336142. OLE color: 9336142.

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

Color convert

RGB78117142-
CMYK0.450.1800.44
HSL203.44º29.09%43.14%-
HSV(B)203.44º45.07%55.69%-
XYZ14.3916.327.98-
YUV108.19147.08106.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=23.15%
G=34.72%
B=42.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781171420.450.1800.44203.4429.0943.14
Hex4E758E2D1202Ccb1d2b
Octal11616521655220543133553
Binary10011101110101100011101011011001001011001100101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,117,142); }

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

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

 a { background-color: rgb(78,117,142); }

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

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

 span { border-color: rgb(78,117,142); }

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