#4E9897

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

Shades of Half Baked #4E9897

Tints of Half Baked #4E9897

Color information

#4E9897 (or 0x4E9897) is unknown color: approx Half Baked. HEX triplet: 4E, 98 and 97. RGB value is (78,152,151). Sum of RGB (Red+Green+Blue) = 78+152+151=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #4E9897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9897 is #B16768. Grayscale: #818181. Windows color (decimal): -11626345 or 9934926. OLE color: 9934926.

HSL color Cylindrical-coordinate representation of color #4E9897: hue angle of 179.19º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E9897 is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB78152151-
CMYK0.4900.010.40
HSL179.19º32.17%45.1%-
HSV(B)179.19º48.68%59.61%-
XYZ19.9626.3133.3-
YUV129.76139.9891.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.47%
GREEN value IS 152 (59.77% from 255) = 39.90%
BLUE value IS 151 (59.38% from 255) = 39.63%
R=20.47%
G=39.90%
B=39.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781521510.4900.010.40179.1932.1745.1
Hex4E9897310128b3202d
Octal1162302276101502634055
Binary100111010011000100101111100010110100010110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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