#494F62

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

Shades of East Bay #494F62

Tints of East Bay #494F62

Color information

#494F62 (or 0x494F62) is unknown color: approx East Bay. HEX triplet: 49, 4F and 62. RGB value is (73,79,98). Sum of RGB (Red+Green+Blue) = 73+79+98=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #494F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F62 is #B6B09D. Grayscale: #4F4F4F. Windows color (decimal): -11972766 or 6442825. OLE color: 6442825.

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

Color convert

RGB737998-
CMYK0.260.1900.62
HSL225.6º14.62%33.53%-
HSV(B)225.6º25.51%38.43%-
XYZ7.757.8912.67-
YUV79.37138.51123.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=29.2%
G=31.6%
B=39.2%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7379980.260.1900.62225.614.6233.53
Hex494F621A1303Ee2f22
Octal11111714232230763421742
Binary10010011001111110001011010100110111110111000101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,79,98); }

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

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

 a { background-color: rgb(73,79,98); }

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

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

 span { border-color: rgb(73,79,98); }

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