#494D61

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

Shades of East Bay #494D61

Tints of East Bay #494D61

Color information

#494D61 (or 0x494D61) is unknown color: approx East Bay. HEX triplet: 49, 4D and 61. RGB value is (73,77,97). Sum of RGB (Red+Green+Blue) = 73+77+97=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #494D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D61 is #B6B29E. Grayscale: #4E4E4E. Windows color (decimal): -11973279 or 6376777. OLE color: 6376777.

HSL color Cylindrical-coordinate representation of color #494D61: hue angle of 230º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #494D61 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB737797-
CMYK0.250.2100.62
HSL230º14.12%33.33%-
HSV(B)230º24.74%38.04%-
XYZ7.567.5912.38-
YUV78.08138.67124.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=29.55%
G=31.17%
B=39.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7377970.250.2100.6223014.1233.33
Hex494D61191503Ee6e21
Octal11111514131250763461641
Binary10010011001101110000111001101010111110111001101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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