#4E878E

Color #4E878E Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #4E878E

Tints of Half Baked #4E878E

Color information

#4E878E (or 0x4E878E) is unknown color: approx Half Baked. HEX triplet: 4E, 87 and 8E. RGB value is (78,135,142). Sum of RGB (Red+Green+Blue) = 78+135+142=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E878E is #B17871. Grayscale: #767676. Windows color (decimal): -11630706 or 9340750. OLE color: 9340750.

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

Color convert

RGB78135142-
CMYK0.450.0500.44
HSL186.56º29.09%43.14%-
HSV(B)186.56º45.07%55.69%-
XYZ16.6920.928.75-
YUV118.76141.1298.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.97%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 142 (55.86% from 255) = 40%
R=21.97%
G=38.03%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781351420.450.0500.44186.5629.0943.14
Hex4E878E2D502Cbb1d2b
Octal1162072165550542733553
Binary1001110100001111000111010110110101011001011101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E878E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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