#4E939D

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

Shades of Half Baked #4E939D

Tints of Half Baked #4E939D

Color information

#4E939D (or 0x4E939D) is unknown color: approx Half Baked. HEX triplet: 4E, 93 and 9D. RGB value is (78,147,157). Sum of RGB (Red+Green+Blue) = 78+147+157=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E939D is #B16C62. Grayscale: #7F7F7F. Windows color (decimal): -11627619 or 10326862. OLE color: 10326862.

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

Color convert

RGB78147157-
CMYK0.500.0600.38
HSL187.59º33.62%46.08%-
HSV(B)187.59º50.32%61.57%-
XYZ19.6624.9235.67-
YUV127.51144.6492.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.42%
GREEN value IS 147 (57.81% from 255) = 38.48%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=20.42%
G=38.48%
B=41.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal781471570.500.0600.38187.5933.6246.08
Hex4E939D326026bc222e
Octal1162232356260462744256
Binary10011101001001110011101110010110010011010111100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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