#494E63

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

Shades of East Bay #494E63

Tints of East Bay #494E63

Color information

#494E63 (or 0x494E63) is unknown color: approx East Bay. HEX triplet: 49, 4E and 63. RGB value is (73,78,99). Sum of RGB (Red+Green+Blue) = 73+78+99=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #494E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E63 is #B6B19C. Grayscale: #4E4E4E. Windows color (decimal): -11973021 or 6508105. OLE color: 6508105.

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

Color convert

RGB737899-
CMYK0.260.2100.61
HSL228.46º15.12%33.73%-
HSV(B)228.46º26.26%38.82%-
XYZ7.727.7712.9-
YUV78.9139.34123.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=29.2%
G=31.2%
B=39.6%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7378990.260.2100.61228.4615.1233.73
Hex494E631A1503De4f22
Octal11111614332250753441742
Binary10010011001110110001111010101010111101111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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