#494D5F

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

Shades of East Bay #494D5F

Tints of East Bay #494D5F

Color information

#494D5F (or 0x494D5F) is unknown color: approx East Bay. HEX triplet: 49, 4D and 5F. RGB value is (73,77,95). Sum of RGB (Red+Green+Blue) = 73+77+95=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #494D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D5F is #B6B2A0. Grayscale: #4D4D4D. Windows color (decimal): -11973281 or 6245705. OLE color: 6245705.

HSL color Cylindrical-coordinate representation of color #494D5F: hue angle of 229.09º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #494D5F is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB737795-
CMYK0.230.1900.63
HSL229.09º13.1%32.94%-
HSV(B)229.09º23.16%37.25%-
XYZ7.477.5511.89-
YUV77.86137.67124.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=29.80%
G=31.43%
B=38.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7377950.230.1900.63229.0913.132.94
Hex494D5F171303Fe5d21
Octal11111513727230773451541
Binary10010011001101101111110111100110111111111001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494D5F; }

 p { color: rgb(73,77,95); }

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

<style>
 a { background-color: #494D5F; }

 a { background-color: rgb(73,77,95); }

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

<style>
 span { border-color: #494D5F; }

 span { border-color: rgb(73,77,95); }

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