#49999F

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

Shades of Half Baked #49999F

Tints of Half Baked #49999F

Color information

#49999F (or 0x49999F) is unknown color: approx Half Baked. HEX triplet: 49, 99 and 9F. RGB value is (73,153,159). Sum of RGB (Red+Green+Blue) = 73+153+159=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #49999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49999F is #B66660. Grayscale: #818181. Windows color (decimal): -11953761 or 10459465. OLE color: 10459465.

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

Color convert

RGB73153159-
CMYK0.540.0400.38
HSL184.19º37.07%45.49%-
HSV(B)184.19º54.09%62.35%-
XYZ20.426.736.88-
YUV129.76144.587.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.96%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=18.96%
G=39.74%
B=41.30%

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
Decimal731531590.540.0400.38184.1937.0745.49
Hex49999F364026b8252d
Octal1112312376640462704555
Binary10010011001100110011111110110100010011010111000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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