#49979F

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

Shades of Half Baked #49979F

Tints of Half Baked #49979F

Color information

#49979F (or 0x49979F) is unknown color: approx Half Baked. HEX triplet: 49, 97 and 9F. RGB value is (73,151,159). Sum of RGB (Red+Green+Blue) = 73+151+159=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #49979F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49979F is #B66860. Grayscale: #808080. Windows color (decimal): -11954273 or 10458953. OLE color: 10458953.

HSL color Cylindrical-coordinate representation of color #49979F: hue angle of 185.58º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49979F is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73151159-
CMYK0.540.0500.38
HSL185.58º37.07%45.49%-
HSV(B)185.58º54.09%62.35%-
XYZ20.0726.0536.77-
YUV128.59145.1688.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 151 (59.38% from 255) = 39.43%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=19.06%
G=39.43%
B=41.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731511590.540.0500.38185.5837.0745.49
Hex49979F365026ba252d
Octal1112272376650462724555
Binary10010011001011110011111110110101010011010111010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49979F; }

 p { color: rgb(73,151,159); }

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

<style>
 a { background-color: #49979F; }

 a { background-color: rgb(73,151,159); }

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

<style>
 span { border-color: #49979F; }

 span { border-color: rgb(73,151,159); }

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