#49556B

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

Shades of East Bay #49556B

Tints of East Bay #49556B

Color information

#49556B (or 0x49556B) is unknown color: approx East Bay. HEX triplet: 49, 55 and 6B. RGB value is (73,85,107). Sum of RGB (Red+Green+Blue) = 73+85+107=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #49556B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49556B is #B6AA94. Grayscale: #535353. Windows color (decimal): -11971221 or 7034185. OLE color: 7034185.

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

Color convert

RGB7385107-
CMYK0.320.2100.58
HSL218.82º18.89%35.29%-
HSV(B)218.82º31.78%41.96%-
XYZ8.658.9815.19-
YUV83.92141.02120.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 107 (42.19% from 255) = 40.38%
R=27.55%
G=32.08%
B=40.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73851070.320.2100.58218.8218.8935.29
Hex49556B201503Adb1323
Octal11112515340250723332343
Binary1001001101010111010111000001010101110101101101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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