#49566B

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

Shades of East Bay #49566B

Tints of East Bay #49566B

Color information

#49566B (or 0x49566B) is unknown color: approx East Bay. HEX triplet: 49, 56 and 6B. RGB value is (73,86,107). Sum of RGB (Red+Green+Blue) = 73+86+107=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #49566B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49566B is #B6A994. Grayscale: #545454. Windows color (decimal): -11970965 or 7034441. OLE color: 7034441.

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

Color convert

RGB7386107-
CMYK0.320.2000.58
HSL217.06º18.89%35.29%-
HSV(B)217.06º31.78%41.96%-
XYZ8.739.1315.21-
YUV84.51140.69119.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=27.44%
G=32.33%
B=40.23%

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
Decimal73861070.320.2000.58217.0618.8935.29
Hex49566B201403Ad91323
Octal11112615340240723312343
Binary1001001101011011010111000001010001110101101100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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