#494E62

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

Shades of East Bay #494E62

Tints of East Bay #494E62

Color information

#494E62 (or 0x494E62) is unknown color: approx East Bay. HEX triplet: 49, 4E and 62. RGB value is (73,78,98). Sum of RGB (Red+Green+Blue) = 73+78+98=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #494E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E62 is #B6B19D. Grayscale: #4E4E4E. Windows color (decimal): -11973022 or 6442569. OLE color: 6442569.

HSL color Cylindrical-coordinate representation of color #494E62: hue angle of 228º 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 #494E62 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB737898-
CMYK0.260.2000.62
HSL228º14.62%33.53%-
HSV(B)228º25.51%38.43%-
XYZ7.687.7512.65-
YUV78.78138.84123.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=29.32%
G=31.33%
B=39.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7378980.260.2000.6222814.6233.53
Hex494E621A1403Ee4f22
Octal11111614232240763441742
Binary10010011001110110001011010101000111110111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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