#49566A

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

Shades of East Bay #49566A

Tints of East Bay #49566A

Color information

#49566A (or 0x49566A) is unknown color: approx East Bay. HEX triplet: 49, 56 and 6A. RGB value is (73,86,106). Sum of RGB (Red+Green+Blue) = 73+86+106=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 106 - color contains mainly: blue. Hex color #49566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49566A is #B6A995. Grayscale: #545454. Windows color (decimal): -11970966 or 6968905. OLE color: 6968905.

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

Color convert

RGB7386106-
CMYK0.310.1900.58
HSL216.36º18.44%35.1%-
HSV(B)216.36º31.13%41.57%-
XYZ8.689.1114.94-
YUV84.39140.19119.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 106 (41.80% from 255) = 40%
R=27.55%
G=32.45%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73861060.310.1900.58216.3618.4435.1
Hex49566A1F1303Ad81223
Octal11112615237230723302243
Binary100100110101101101010111111001101110101101100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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