#4F8E90

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

Shades of Half Baked #4F8E90

Tints of Half Baked #4F8E90

Color information

#4F8E90 (or 0x4F8E90) is unknown color: approx Half Baked. HEX triplet: 4F, 8E and 90. RGB value is (79,142,144). Sum of RGB (Red+Green+Blue) = 79+142+144=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F8E90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8E90 is #B0716F. Grayscale: #7B7B7B. Windows color (decimal): -11563376 or 9473615. OLE color: 9473615.

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

Color convert

RGB79142144-
CMYK0.450.0100.44
HSL181.85º29.15%43.73%-
HSV(B)181.85º45.14%56.47%-
XYZ17.9323.0229.88-
YUV123.39139.6396.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.64%
GREEN value IS 142 (55.86% from 255) = 38.90%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=21.64%
G=38.90%
B=39.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791421440.450.0100.44181.8529.1543.73
Hex4F8E902D102Cb61d2c
Octal1172162205510542663554
Binary10011111000111010010000101101101011001011011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,142,144); }

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

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

 a { background-color: rgb(79,142,144); }

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

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

 span { border-color: rgb(79,142,144); }

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