#49556C

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

Shades of East Bay #49556C

Tints of East Bay #49556C

Color information

#49556C (or 0x49556C) is unknown color: approx East Bay. HEX triplet: 49, 55 and 6C. RGB value is (73,85,108). Sum of RGB (Red+Green+Blue) = 73+85+108=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #49556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49556C is #B6AA93. Grayscale: #535353. Windows color (decimal): -11971220 or 7099721. OLE color: 7099721.

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

Color convert

RGB7385108-
CMYK0.320.2100.58
HSL219.43º19.34%35.49%-
HSV(B)219.43º32.41%42.35%-
XYZ8.7915.47-
YUV84.03141.52120.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=27.44%
G=31.95%
B=40.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73851080.320.2100.58219.4319.3435.49
Hex49556C201503Adb1323
Octal11112515440250723332343
Binary1001001101010111011001000001010101110101101101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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