#4E989E

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

Shades of Half Baked #4E989E

Tints of Half Baked #4E989E

Color information

#4E989E (or 0x4E989E) is unknown color: approx Half Baked. HEX triplet: 4E, 98 and 9E. RGB value is (78,152,158). Sum of RGB (Red+Green+Blue) = 78+152+158=388 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.10% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E989E is #B16761. Grayscale: #828282. Windows color (decimal): -11626338 or 10393678. OLE color: 10393678.

HSL color Cylindrical-coordinate representation of color #4E989E: hue angle of 184.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E989E is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB78152158-
CMYK0.510.0400.38
HSL184.5º33.9%46.27%-
HSV(B)184.5º50.63%61.96%-
XYZ20.5426.5436.39-
YUV130.56143.4890.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.10%
GREEN value IS 152 (59.77% from 255) = 39.18%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=20.10%
G=39.18%
B=40.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781521580.510.0400.38184.533.946.27
Hex4E989E334026b8222e
Octal1162302366340462704256
Binary10011101001100010011110110011100010011010111000100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,152,158); }

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

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

 a { background-color: rgb(78,152,158); }

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

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

 span { border-color: rgb(78,152,158); }

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