#4E7995

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

Shades of Jelly Bean #4E7995

Tints of Jelly Bean #4E7995

Color information

#4E7995 (or 0x4E7995) is unknown color: approx Jelly Bean. HEX triplet: 4E, 79 and 95. RGB value is (78,121,149). Sum of RGB (Red+Green+Blue) = 78+121+149=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E7995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7995 is #B1866A. Grayscale: #6F6F6F. Windows color (decimal): -11634283 or 9795918. OLE color: 9795918.

HSL color Cylindrical-coordinate representation of color #4E7995: hue angle of 203.66º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E7995 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB78121149-
CMYK0.480.1900.42
HSL203.66º31.28%44.51%-
HSV(B)203.66º47.65%58.43%-
XYZ15.417.4630.99-
YUV111.34149.25104.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.41%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=22.41%
G=34.77%
B=42.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal781211490.480.1900.42203.6631.2844.51
Hex4E7995301302Acc1f2d
Octal11617122560230523143755
Binary10011101111001100101011100001001101010101100110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,121,149); }

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

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

 a { background-color: rgb(78,121,149); }

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

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

 span { border-color: rgb(78,121,149); }

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