#4F9297

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

Shades of Half Baked #4F9297

Tints of Half Baked #4F9297

Color information

#4F9297 (or 0x4F9297) is unknown color: approx Half Baked. HEX triplet: 4F, 92 and 97. RGB value is (79,146,151). Sum of RGB (Red+Green+Blue) = 79+146+151=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #4F9297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9297 is #B06D68. Grayscale: #7E7E7E. Windows color (decimal): -11562345 or 9933391. OLE color: 9933391.

HSL color Cylindrical-coordinate representation of color #4F9297: hue angle of 184.17º 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 #4F9297 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB79146151-
CMYK0.480.0300.41
HSL184.17º31.3%45.1%-
HSV(B)184.17º47.68%59.22%-
XYZ19.0924.4532.99-
YUV126.54141.894.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.01%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=21.01%
G=38.83%
B=40.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal791461510.480.0300.41184.1731.345.1
Hex4F9297303029b81f2d
Octal1172222276030512703755
Binary100111110010010100101111100001101010011011100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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