#4F9190

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

Shades of Half Baked #4F9190

Tints of Half Baked #4F9190

Color information

#4F9190 (or 0x4F9190) is unknown color: approx Half Baked. HEX triplet: 4F, 91 and 90. RGB value is (79,145,144). Sum of RGB (Red+Green+Blue) = 79+145+144=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9190 is #B06E6F. Grayscale: #7D7D7D. Windows color (decimal): -11562608 or 9474383. OLE color: 9474383.

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

Color convert

RGB79145144-
CMYK0.4600.010.43
HSL179.09º29.46%43.92%-
HSV(B)179.09º45.52%56.86%-
XYZ18.3823.9330.03-
YUV125.15138.6395.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.47%
GREEN value IS 145 (57.03% from 255) = 39.40%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=21.47%
G=39.40%
B=39.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal791451440.4600.010.43179.0929.4643.92
Hex4F91902E012Bb31d2c
Octal1172212205601532633554
Binary10011111001000110010000101110011010111011001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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