#49566C

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

Shades of East Bay #49566C

Tints of East Bay #49566C

Color information

#49566C (or 0x49566C) is unknown color: approx East Bay. HEX triplet: 49, 56 and 6C. RGB value is (73,86,108). Sum of RGB (Red+Green+Blue) = 73+86+108=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #49566C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49566C is #B6A993. Grayscale: #545454. Windows color (decimal): -11970964 or 7099977. OLE color: 7099977.

HSL color Cylindrical-coordinate representation of color #49566C: hue angle of 217.71º 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 #49566C is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7386108-
CMYK0.320.2000.58
HSL217.71º19.34%35.49%-
HSV(B)217.71º32.41%42.35%-
XYZ8.789.1515.49-
YUV84.62141.19119.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=27.34%
G=32.21%
B=40.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73861080.320.2000.58217.7119.3435.49
Hex49566C201403Ada1323
Octal11112615440240723322343
Binary1001001101011011011001000001010001110101101101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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