#49536B

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

Shades of East Bay #49536B

Tints of East Bay #49536B

Color information

#49536B (or 0x49536B) is unknown color: approx East Bay. HEX triplet: 49, 53 and 6B. RGB value is (73,83,107). Sum of RGB (Red+Green+Blue) = 73+83+107=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 107 - color contains mainly: blue. Hex color #49536B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49536B is #B6AC94. Grayscale: #525252. Windows color (decimal): -11971733 or 7033673. OLE color: 7033673.

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

Color convert

RGB7383107-
CMYK0.320.2200.58
HSL222.35º18.89%35.29%-
HSV(B)222.35º31.78%41.96%-
XYZ8.498.6615.13-
YUV82.75141.69121.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=27.76%
G=31.56%
B=40.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73831070.320.2200.58222.3518.8935.29
Hex49536B201603Ade1323
Octal11112315340260723362343
Binary1001001101001111010111000001011001110101101111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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