#4E8F8C

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

Shades of Half Baked #4E8F8C

Tints of Half Baked #4E8F8C

Color information

#4E8F8C (or 0x4E8F8C) is unknown color: approx Half Baked. HEX triplet: 4E, 8F and 8C. RGB value is (78,143,140). Sum of RGB (Red+Green+Blue) = 78+143+140=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 143 - color contains mainly: green. Hex color #4E8F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8F8C is #B17073. Grayscale: #7B7B7B. Windows color (decimal): -11628660 or 9211726. OLE color: 9211726.

HSL color Cylindrical-coordinate representation of color #4E8F8C: hue angle of 177.23º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E8F8C is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB78143140-
CMYK0.4500.020.44
HSL177.23º29.41%43.33%-
HSV(B)177.23º45.45%56.08%-
XYZ17.723.1628.35-
YUV123.22137.4795.74-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.61%
GREEN value IS 143 (56.25% from 255) = 39.61%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=21.61%
G=39.61%
B=38.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781431400.4500.020.44177.2329.4143.33
Hex4E8F8C2D022Cb11d2b
Octal1162172145502542613553
Binary100111010001111100011001011010101011001011000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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