#4E9291

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

Shades of Half Baked #4E9291

Tints of Half Baked #4E9291

Color information

#4E9291 (or 0x4E9291) is unknown color: approx Half Baked. HEX triplet: 4E, 92 and 91. RGB value is (78,146,145). Sum of RGB (Red+Green+Blue) = 78+146+145=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #4E9291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9291 is #B16D6E. Grayscale: #7D7D7D. Windows color (decimal): -11627887 or 9540174. OLE color: 9540174.

HSL color Cylindrical-coordinate representation of color #4E9291: hue angle of 179.12º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E9291 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB78146145-
CMYK0.4700.010.43
HSL179.12º30.36%43.92%-
HSV(B)179.12º46.58%57.25%-
XYZ18.5324.2230.49-
YUV125.55138.9794.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.14%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=21.14%
G=39.57%
B=39.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal781461450.4700.010.43179.1230.3643.92
Hex4E92912F012Bb31e2c
Octal1162222215701532633654
Binary10011101001001010010001101111011010111011001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,146,145); }

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

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

 a { background-color: rgb(78,146,145); }

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

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

 span { border-color: rgb(78,146,145); }

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