Html Css Color HEX #4E818E Jelly Bean

📋 copy color: '#4E818E'

red 78 ◦ green 129 ◦ blue 142

#4E818E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #4E818E

Tints of Jelly Bean #4E818E

RGB

 RED value IS 78 (30.86% from 255) = 22.35%

 GREEN value IS 129 (50.78% from 255) = 36.96%

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 22.35%
G = 36.96%
B = 40.69%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E818E (or 0x4E818E) is known color: Jelly Bean. HEX triplet: 4E, 81 and 8E. RGB value is (78,129,142). Sum of RGB (Red+Green+Blue) = 78+129+142=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E818E is #B17E71. Grayscale: #737373. Windows color (decimal): -11632242 or 9339214. OLE color: 9339214.

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

Color convert

RGB 78 129 142 -
CMYK 0.45 0.09 0 0.44
HSL 192.19º 0.29% 0.43% -
HSV(B) 192.19º 0.45% 0.56% -
XYZ 15.87 19.27 28.47 -
YUV 115.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 78 129 142 0.45 0.09 0 0.44 192.19 0.29 0.43
Hex 4E 81 8E 2D 9 0 2C C0 1D 2B
Octal 116 201 216 55 11 0 54 300 35 53
Binary 1001110 10000001 10001110 101101 1001 0 101100 11000000 11101 101011

Color Harmonies of #4E818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E818E

Black with #4E818E

Text Example


Text Example

White with #4E818E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E818E;
 }
 .AnyTagClassName
 {
   color: #4E818E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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