#49556A

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

Shades of East Bay #49556A

Tints of East Bay #49556A

Color information

#49556A (or 0x49556A) is unknown color: approx East Bay. HEX triplet: 49, 55 and 6A. RGB value is (73,85,106). Sum of RGB (Red+Green+Blue) = 73+85+106=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 106 - color contains mainly: blue. Hex color #49556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49556A is #B6AA95. Grayscale: #535353. Windows color (decimal): -11971222 or 6968649. OLE color: 6968649.

HSL color Cylindrical-coordinate representation of color #49556A: hue angle of 218.18º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #49556A is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7385106-
CMYK0.310.2000.58
HSL218.18º18.44%35.1%-
HSV(B)218.18º31.13%41.57%-
XYZ8.68.9514.91-
YUV83.81140.52120.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 106 (41.80% from 255) = 40.15%
R=27.65%
G=32.20%
B=40.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73851060.310.2000.58218.1818.4435.1
Hex49556A1F1403Ada1223
Octal11112515237240723322243
Binary100100110101011101010111111010001110101101101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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