#4E949A

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

Shades of Half Baked #4E949A

Tints of Half Baked #4E949A

Color information

#4E949A (or 0x4E949A) is unknown color: approx Half Baked. HEX triplet: 4E, 94 and 9A. RGB value is (78,148,154). Sum of RGB (Red+Green+Blue) = 78+148+154=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E949A is #B16B65. Grayscale: #7F7F7F. Windows color (decimal): -11627366 or 10130510. OLE color: 10130510.

HSL color Cylindrical-coordinate representation of color #4E949A: hue angle of 184.74º degrees, saturation: 0.33, 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 #4E949A is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB78148154-
CMYK0.490.0400.40
HSL184.74º32.76%45.49%-
HSV(B)184.74º49.35%60.39%-
XYZ19.5625.1334.39-
YUV127.75142.8192.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.53%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=20.53%
G=38.95%
B=40.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal781481540.490.0400.40184.7432.7645.49
Hex4E949A314028b9212d
Octal1162242326140502714155
Binary10011101001010010011010110001100010100010111001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,148,154); }

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

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

 a { background-color: rgb(78,148,154); }

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

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

 span { border-color: rgb(78,148,154); }

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