#49969E

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

Shades of Half Baked #49969E

Tints of Half Baked #49969E

Color information

#49969E (or 0x49969E) is unknown color: approx Half Baked. HEX triplet: 49, 96 and 9E. RGB value is (73,150,158). Sum of RGB (Red+Green+Blue) = 73+150+158=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #49969E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49969E is #B66961. Grayscale: #7F7F7F. Windows color (decimal): -11954530 or 10393161. OLE color: 10393161.

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

Color convert

RGB73150158-
CMYK0.540.0500.38
HSL185.65º36.8%45.29%-
HSV(B)185.65º53.8%61.96%-
XYZ19.8325.736.26-
YUV127.89144.9988.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.16%
GREEN value IS 150 (58.98% from 255) = 39.37%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=19.16%
G=39.37%
B=41.47%

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
Decimal731501580.540.0500.38185.6536.845.29
Hex49969E365026ba252d
Octal1112262366650462724555
Binary10010011001011010011110110110101010011010111010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49969E; }

 p { color: rgb(73,150,158); }

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

<style>
 a { background-color: #49969E; }

 a { background-color: rgb(73,150,158); }

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

<style>
 span { border-color: #49969E; }

 span { border-color: rgb(73,150,158); }

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