#4F8C8F

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

Shades of Half Baked #4F8C8F

Tints of Half Baked #4F8C8F

Color information

#4F8C8F (or 0x4F8C8F) is unknown color: approx Half Baked. HEX triplet: 4F, 8C and 8F. RGB value is (79,140,143). Sum of RGB (Red+Green+Blue) = 79+140+143=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F8C8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F8C8F is #B07370. Grayscale: #7A7A7A. Windows color (decimal): -11563889 or 9407567. OLE color: 9407567.

HSL color Cylindrical-coordinate representation of color #4F8C8F: hue angle of 182.81º 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 #4F8C8F is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB79140143-
CMYK0.450.0200.44
HSL182.81º28.83%43.53%-
HSV(B)182.81º44.76%56.08%-
XYZ17.5622.429.39-
YUV122.1139.7997.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.82%
GREEN value IS 140 (55.08% from 255) = 38.67%
BLUE value IS 143 (56.25% from 255) = 39.50%
R=21.82%
G=38.67%
B=39.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal791401430.450.0200.44182.8128.8343.53
Hex4F8C8F2D202Cb71d2c
Octal1172142175520542673554
Binary100111110001100100011111011011001011001011011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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