#49959C

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

Shades of Half Baked #49959C

Tints of Half Baked #49959C

Color information

#49959C (or 0x49959C) is unknown color: approx Half Baked. HEX triplet: 49, 95 and 9C. RGB value is (73,149,156). Sum of RGB (Red+Green+Blue) = 73+149+156=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #49959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49959C is #B66A63. Grayscale: #7E7E7E. Windows color (decimal): -11954788 or 10261833. OLE color: 10261833.

HSL color Cylindrical-coordinate representation of color #49959C: hue angle of 185.06º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49959C is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73149156-
CMYK0.530.0400.39
HSL185.06º36.24%44.9%-
HSV(B)185.06º53.21%61.18%-
XYZ19.525.3135.31-
YUV127.07144.3289.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.31%
GREEN value IS 149 (58.59% from 255) = 39.42%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=19.31%
G=39.42%
B=41.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731491560.530.0400.39185.0636.2444.9
Hex49959C354027b9242d
Octal1112252346540472714455
Binary10010011001010110011100110101100010011110111001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49959C; }

 p { color: rgb(73,149,156); }

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

<style>
 a { background-color: #49959C; }

 a { background-color: rgb(73,149,156); }

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

<style>
 span { border-color: #49959C; }

 span { border-color: rgb(73,149,156); }

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