#4F9492

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

Shades of Half Baked #4F9492

Tints of Half Baked #4F9492

Color information

#4F9492 (or 0x4F9492) is unknown color: approx Half Baked. HEX triplet: 4F, 94 and 92. RGB value is (79,148,146). Sum of RGB (Red+Green+Blue) = 79+148+146=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #4F9492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9492 is #B06B6D. Grayscale: #7F7F7F. Windows color (decimal): -11561838 or 9606223. OLE color: 9606223.

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

Color convert

RGB79148146-
CMYK0.4700.010.42
HSL178.26º30.4%44.51%-
HSV(B)178.26º46.62%58.04%-
XYZ1924.9231-
YUV127.14138.6493.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.18%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=21.18%
G=39.68%
B=39.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791481460.4700.010.42178.2630.444.51
Hex4F94922F012Ab21e2d
Octal1172242225701522623655
Binary10011111001010010010010101111011010101011001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,148,146); }

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

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

 a { background-color: rgb(79,148,146); }

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

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

 span { border-color: rgb(79,148,146); }

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