#49516E

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

Shades of East Bay #49516E

Tints of East Bay #49516E

Color information

#49516E (or 0x49516E) is unknown color: approx East Bay. HEX triplet: 49, 51 and 6E. RGB value is (73,81,110). Sum of RGB (Red+Green+Blue) = 73+81+110=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #49516E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49516E is #B6AE91. Grayscale: #515151. Windows color (decimal): -11972242 or 7229769. OLE color: 7229769.

HSL color Cylindrical-coordinate representation of color #49516E: hue angle of 227.03º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #49516E is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7381110-
CMYK0.340.2600.57
HSL227.03º20.22%35.88%-
HSV(B)227.03º33.64%43.14%-
XYZ8.58.4315.93-
YUV81.91143.85121.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=27.65%
G=30.68%
B=41.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73811100.340.2600.57227.0320.2235.88
Hex49516E221A039e31424
Octal11112115642320713432444
Binary1001001101000111011101000101101001110011110001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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