#49576D

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

Shades of East Bay #49576D

Tints of East Bay #49576D

Color information

#49576D (or 0x49576D) is unknown color: approx East Bay. HEX triplet: 49, 57 and 6D. RGB value is (73,87,109). Sum of RGB (Red+Green+Blue) = 73+87+109=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #49576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49576D is #B6A892. Grayscale: #555555. Windows color (decimal): -11970707 or 7165769. OLE color: 7165769.

HSL color Cylindrical-coordinate representation of color #49576D: hue angle of 216.67º 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 #49576D is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7387109-
CMYK0.330.2000.57
HSL216.67º19.78%35.69%-
HSV(B)216.67º33.03%42.75%-
XYZ8.929.3415.8-
YUV85.32141.36119.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=27.14%
G=32.34%
B=40.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73871090.330.2000.57216.6719.7835.69
Hex49576D2114039d91424
Octal11112715541240713312444
Binary1001001101011111011011000011010001110011101100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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