#49516C

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

Shades of East Bay #49516C

Tints of East Bay #49516C

Color information

#49516C (or 0x49516C) is unknown color: approx East Bay. HEX triplet: 49, 51 and 6C. RGB value is (73,81,108). Sum of RGB (Red+Green+Blue) = 73+81+108=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #49516C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49516C is #B6AE93. Grayscale: #515151. Windows color (decimal): -11972244 or 7098697. OLE color: 7098697.

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

Color convert

RGB7381108-
CMYK0.320.2500.58
HSL226.29º19.34%35.49%-
HSV(B)226.29º32.41%42.35%-
XYZ8.48.3815.36-
YUV81.69142.85121.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 108 (42.58% from 255) = 41.22%
R=27.86%
G=30.92%
B=41.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73811080.320.2500.58226.2919.3435.49
Hex49516C201903Ae21323
Octal11112115440310723422343
Binary1001001101000111011001000001100101110101110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49516C; }

 p { color: rgb(73,81,108); }

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

<style>
 a { background-color: #49516C; }

 a { background-color: rgb(73,81,108); }

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

<style>
 span { border-color: #49516C; }

 span { border-color: rgb(73,81,108); }

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