#49939A

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

Shades of Half Baked #49939A

Tints of Half Baked #49939A

Color information

#49939A (or 0x49939A) is unknown color: approx Half Baked. HEX triplet: 49, 93 and 9A. RGB value is (73,147,154). Sum of RGB (Red+Green+Blue) = 73+147+154=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #49939A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49939A is #B66C65. Grayscale: #7D7D7D. Windows color (decimal): -11955302 or 10130249. OLE color: 10130249.

HSL color Cylindrical-coordinate representation of color #49939A: hue angle of 185.19º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49939A is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73147154-
CMYK0.530.0500.40
HSL185.19º35.68%44.51%-
HSV(B)185.19º52.6%60.39%-
XYZ19.0124.6234.32-
YUV125.67143.9890.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.52%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 154 (60.55% from 255) = 41.18%
R=19.52%
G=39.30%
B=41.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731471540.530.0500.40185.1935.6844.51
Hex49939A355028b9242d
Octal1112232326550502714455
Binary10010011001001110011010110101101010100010111001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49939A; }

 p { color: rgb(73,147,154); }

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

<style>
 a { background-color: #49939A; }

 a { background-color: rgb(73,147,154); }

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

<style>
 span { border-color: #49939A; }

 span { border-color: rgb(73,147,154); }

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