#4E9095

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

Shades of Half Baked #4E9095

Tints of Half Baked #4E9095

Color information

#4E9095 (or 0x4E9095) is unknown color: approx Half Baked. HEX triplet: 4E, 90 and 95. RGB value is (78,144,149). Sum of RGB (Red+Green+Blue) = 78+144+149=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E9095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9095 is #B16F6A. Grayscale: #7C7C7C. Windows color (decimal): -11628395 or 9801806. OLE color: 9801806.

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

Color convert

RGB78144149-
CMYK0.480.0300.42
HSL184.23º31.28%44.51%-
HSV(B)184.23º47.65%58.43%-
XYZ18.5423.7432.04-
YUV124.84141.6394.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.02%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=21.02%
G=38.81%
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.42
SystemRedGreenBlueCMYKHSL
Decimal781441490.480.0300.42184.2331.2844.51
Hex4E909530302Ab81f2d
Octal1162202256030522703755
Binary100111010010000100101011100001101010101011100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,144,149); }

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

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

 a { background-color: rgb(78,144,149); }

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

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

 span { border-color: rgb(78,144,149); }

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