#49556D

Color #49556D East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #49556D

Tints of East Bay #49556D

Color information

#49556D (or 0x49556D) is unknown color: approx East Bay. HEX triplet: 49, 55 and 6D. RGB value is (73,85,109). Sum of RGB (Red+Green+Blue) = 73+85+109=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #49556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49556D is #B6AA92. Grayscale: #545454. Windows color (decimal): -11971219 or 7165257. OLE color: 7165257.

HSL color Cylindrical-coordinate representation of color #49556D: hue angle of 220º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49556D is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7385109-
CMYK0.330.2200.57
HSL220º19.78%35.69%-
HSV(B)220º33.03%42.75%-
XYZ8.769.0215.75-
YUV84.15142.02120.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=27.34%
G=31.84%
B=40.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73851090.330.2200.5722019.7835.69
Hex49556D2116039dc1424
Octal11112515541260713342444
Binary1001001101010111011011000011011001110011101110010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,85,109); }

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

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

 a { background-color: rgb(73,85,109); }

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

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

 span { border-color: rgb(73,85,109); }

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