#4E9397

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

Shades of Half Baked #4E9397

Tints of Half Baked #4E9397

Color information

#4E9397 (or 0x4E9397) is unknown color: approx Half Baked. HEX triplet: 4E, 93 and 97. RGB value is (78,147,151). Sum of RGB (Red+Green+Blue) = 78+147+151=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #4E9397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9397 is #B16C68. Grayscale: #7E7E7E. Windows color (decimal): -11627625 or 9933646. OLE color: 9933646.

HSL color Cylindrical-coordinate representation of color #4E9397: hue angle of 183.29º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9397 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB78147151-
CMYK0.480.0300.41
HSL183.29º31.88%44.9%-
HSV(B)183.29º48.34%59.22%-
XYZ19.1624.7233.04-
YUV126.82141.6493.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.74%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=20.74%
G=39.10%
B=40.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781471510.480.0300.41183.2931.8844.9
Hex4E9397303029b7202d
Octal1162232276030512674055
Binary1001110100100111001011111000011010100110110111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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