#49979D

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

Shades of Half Baked #49979D

Tints of Half Baked #49979D

Color information

#49979D (or 0x49979D) is unknown color: approx Half Baked. HEX triplet: 49, 97 and 9D. RGB value is (73,151,157). Sum of RGB (Red+Green+Blue) = 73+151+157=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #49979D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49979D is #B66862. Grayscale: #808080. Windows color (decimal): -11954275 or 10327881. OLE color: 10327881.

HSL color Cylindrical-coordinate representation of color #49979D: hue angle of 184.29º 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 #49979D is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73151157-
CMYK0.540.0400.38
HSL184.29º36.52%45.1%-
HSV(B)184.29º53.5%61.57%-
XYZ19.925.9835.86-
YUV128.36144.1688.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=19.16%
G=39.63%
B=41.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731511570.540.0400.38184.2936.5245.1
Hex49979D364026b8252d
Octal1112272356640462704555
Binary10010011001011110011101110110100010011010111000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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