#4E7D8B

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

Shades of Jelly Bean #4E7D8B

Tints of Jelly Bean #4E7D8B

Color information

#4E7D8B (or 0x4E7D8B) is unknown color: approx Jelly Bean. HEX triplet: 4E, 7D and 8B. RGB value is (78,125,139). Sum of RGB (Red+Green+Blue) = 78+125+139=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E7D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7D8B is #B18274. Grayscale: #707070. Windows color (decimal): -11633269 or 9141582. OLE color: 9141582.

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

Color convert

RGB78125139-
CMYK0.440.1000.45
HSL193.77º28.11%42.55%-
HSV(B)193.77º43.88%54.51%-
XYZ15.1418.1527.13-
YUV112.54142.93103.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.81%
GREEN value IS 125 (49.22% from 255) = 36.55%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=22.81%
G=36.55%
B=40.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal781251390.440.1000.45193.7728.1142.55
Hex4E7D8B2CA02Dc21c2b
Octal11617521354120553023453
Binary1001110111110110001011101100101001011011100001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,125,139); }

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

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

 a { background-color: rgb(78,125,139); }

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

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

 span { border-color: rgb(78,125,139); }

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