#49576C

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

Shades of East Bay #49576C

Tints of East Bay #49576C

Color information

#49576C (or 0x49576C) is unknown color: approx East Bay. HEX triplet: 49, 57 and 6C. RGB value is (73,87,108). Sum of RGB (Red+Green+Blue) = 73+87+108=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #49576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49576C is #B6A893. Grayscale: #555555. Windows color (decimal): -11970708 or 7100233. OLE color: 7100233.

HSL color Cylindrical-coordinate representation of color #49576C: hue angle of 216º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #49576C is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7387108-
CMYK0.320.1900.58
HSL216º19.34%35.49%-
HSV(B)216º32.41%42.35%-
XYZ8.869.3215.52-
YUV85.21140.86119.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=27.24%
G=32.46%
B=40.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73871080.320.1900.5821619.3435.49
Hex49576C201303Ad81323
Octal11112715440230723302343
Binary1001001101011111011001000001001101110101101100010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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