#4E9497

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

Shades of Half Baked #4E9497

Tints of Half Baked #4E9497

Color information

#4E9497 (or 0x4E9497) is unknown color: approx Half Baked. HEX triplet: 4E, 94 and 97. RGB value is (78,148,151). Sum of RGB (Red+Green+Blue) = 78+148+151=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 151 - color contains mainly: blue. Hex color #4E9497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9497 is #B16B68. Grayscale: #7F7F7F. Windows color (decimal): -11627369 or 9933902. OLE color: 9933902.

HSL color Cylindrical-coordinate representation of color #4E9497: hue angle of 182.47º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9497 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB78148151-
CMYK0.480.0200.41
HSL182.47º31.88%44.9%-
HSV(B)182.47º48.34%59.22%-
XYZ19.3225.0333.09-
YUV127.41141.3192.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.69%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=20.69%
G=39.26%
B=40.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal781481510.480.0200.41182.4731.8844.9
Hex4E9497302029b6202d
Octal1162242276020512664055
Binary1001110100101001001011111000010010100110110110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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