#4F9493

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

Shades of Half Baked #4F9493

Tints of Half Baked #4F9493

Color information

#4F9493 (or 0x4F9493) is unknown color: approx Half Baked. HEX triplet: 4F, 94 and 93. RGB value is (79,148,147). Sum of RGB (Red+Green+Blue) = 79+148+147=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #4F9493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9493 is #B06B6C. Grayscale: #7F7F7F. Windows color (decimal): -11561837 or 9671759. OLE color: 9671759.

HSL color Cylindrical-coordinate representation of color #4F9493: hue angle of 179.13º 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 #4F9493 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB79148147-
CMYK0.4700.010.42
HSL179.13º30.4%44.51%-
HSV(B)179.13º46.62%58.04%-
XYZ19.0824.9531.41-
YUV127.25139.1493.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.12%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=21.12%
G=39.57%
B=39.30%

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
Decimal791481470.4700.010.42179.1330.444.51
Hex4F94932F012Ab31e2d
Octal1172242235701522633655
Binary10011111001010010010011101111011010101011001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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