#494D63

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

Shades of East Bay #494D63

Tints of East Bay #494D63

Color information

#494D63 (or 0x494D63) is unknown color: approx East Bay. HEX triplet: 49, 4D and 63. RGB value is (73,77,99). Sum of RGB (Red+Green+Blue) = 73+77+99=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #494D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D63 is #B6B29C. Grayscale: #4E4E4E. Windows color (decimal): -11973277 or 6507849. OLE color: 6507849.

HSL color Cylindrical-coordinate representation of color #494D63: hue angle of 230.77º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494D63 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB737799-
CMYK0.260.2200.61
HSL230.77º15.12%33.73%-
HSV(B)230.77º26.26%38.82%-
XYZ7.657.6312.87-
YUV78.31139.67124.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=29.32%
G=30.92%
B=39.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7377990.260.2200.61230.7715.1233.73
Hex494D631A1603De7f22
Octal11111514332260753471742
Binary10010011001101110001111010101100111101111001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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