#494D6B

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

Shades of East Bay #494D6B

Tints of East Bay #494D6B

Color information

#494D6B (or 0x494D6B) is unknown color: approx East Bay. HEX triplet: 49, 4D and 6B. RGB value is (73,77,107). Sum of RGB (Red+Green+Blue) = 73+77+107=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #494D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D6B is #B6B294. Grayscale: #4F4F4F. Windows color (decimal): -11973269 or 7032137. OLE color: 7032137.

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

Color convert

RGB7377107-
CMYK0.320.2800.58
HSL232.94º18.89%35.29%-
HSV(B)232.94º31.78%41.96%-
XYZ8.067.7914.99-
YUV79.22143.67123.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 107 (42.19% from 255) = 41.63%
R=28.40%
G=29.96%
B=41.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73771070.320.2800.58232.9418.8935.29
Hex494D6B201C03Ae91323
Octal11111515340340723512343
Binary1001001100110111010111000001110001110101110100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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