#49536A

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

Shades of East Bay #49536A

Tints of East Bay #49536A

Color information

#49536A (or 0x49536A) is unknown color: approx East Bay. HEX triplet: 49, 53 and 6A. RGB value is (73,83,106). Sum of RGB (Red+Green+Blue) = 73+83+106=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 106 - color contains mainly: blue. Hex color #49536A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49536A is #B6AC95. Grayscale: #525252. Windows color (decimal): -11971734 or 6968137. OLE color: 6968137.

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

Color convert

RGB7383106-
CMYK0.310.2200.58
HSL221.82º18.44%35.1%-
HSV(B)221.82º31.13%41.57%-
XYZ8.448.6414.86-
YUV82.63141.19121.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 106 (41.80% from 255) = 40.46%
R=27.86%
G=31.68%
B=40.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73831060.310.2200.58221.8218.4435.1
Hex49536A1F1603Ade1223
Octal11112315237260723362243
Binary100100110100111101010111111011001110101101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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