#4E8C92

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

Shades of Half Baked #4E8C92

Tints of Half Baked #4E8C92

Color information

#4E8C92 (or 0x4E8C92) is unknown color: approx Half Baked. HEX triplet: 4E, 8C and 92. RGB value is (78,140,146). Sum of RGB (Red+Green+Blue) = 78+140+146=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E8C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8C92 is #B1736D. Grayscale: #7A7A7A. Windows color (decimal): -11629422 or 9604174. OLE color: 9604174.

HSL color Cylindrical-coordinate representation of color #4E8C92: hue angle of 185.29º 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 #4E8C92 is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB78140146-
CMYK0.470.0400.43
HSL185.29º30.36%43.92%-
HSV(B)185.29º46.58%57.25%-
XYZ17.7122.4530.59-
YUV122.15141.4696.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.43%
GREEN value IS 140 (55.08% from 255) = 38.46%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=21.43%
G=38.46%
B=40.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal781401460.470.0400.43185.2930.3643.92
Hex4E8C922F402Bb91e2c
Octal1162142225740532713654
Binary1001110100011001001001010111110001010111011100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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