#4E7885

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

Shades of Jelly Bean #4E7885

Tints of Jelly Bean #4E7885

Color information

#4E7885 (or 0x4E7885) is unknown color: approx Jelly Bean. HEX triplet: 4E, 78 and 85. RGB value is (78,120,133). Sum of RGB (Red+Green+Blue) = 78+120+133=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E7885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7885 is #B1877A. Grayscale: #6C6C6C. Windows color (decimal): -11634555 or 8747086. OLE color: 8747086.

HSL color Cylindrical-coordinate representation of color #4E7885: hue angle of 194.18º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E7885 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB78120133-
CMYK0.410.1000.48
HSL194.18º26.07%41.37%-
HSV(B)194.18º41.35%52.16%-
XYZ14.0916.7524.68-
YUV108.92141.59105.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.56%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=23.56%
G=36.25%
B=40.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781201330.410.1000.48194.1826.0741.37
Hex4E788529A030c21a29
Octal11617020551120603023251
Binary1001110111100010000101101001101001100001100001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,120,133); }

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

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

 a { background-color: rgb(78,120,133); }

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

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

 span { border-color: rgb(78,120,133); }

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