#4F9197

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

Shades of Half Baked #4F9197

Tints of Half Baked #4F9197

Color information

#4F9197 (or 0x4F9197) is unknown color: approx Half Baked. HEX triplet: 4F, 91 and 97. RGB value is (79,145,151). Sum of RGB (Red+Green+Blue) = 79+145+151=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 151 - color contains mainly: blue. Hex color #4F9197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9197 is #B06E68. Grayscale: #7D7D7D. Windows color (decimal): -11562601 or 9933135. OLE color: 9933135.

HSL color Cylindrical-coordinate representation of color #4F9197: hue angle of 185º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F9197 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB79145151-
CMYK0.480.0400.41
HSL185º31.3%45.1%-
HSV(B)185º47.68%59.22%-
XYZ18.9424.1532.94-
YUV125.95142.1394.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.07%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 151 (59.38% from 255) = 40.27%
R=21.07%
G=38.67%
B=40.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal791451510.480.0400.4118531.345.1
Hex4F9197304029b91f2d
Octal1172212276040512713755
Binary1001111100100011001011111000010001010011011100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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