#494E65

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

Shades of East Bay #494E65

Tints of East Bay #494E65

Color information

#494E65 (or 0x494E65) is unknown color: approx East Bay. HEX triplet: 49, 4E and 65. RGB value is (73,78,101). Sum of RGB (Red+Green+Blue) = 73+78+101=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #494E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E65 is #B6B19A. Grayscale: #4F4F4F. Windows color (decimal): -11973019 or 6639177. OLE color: 6639177.

HSL color Cylindrical-coordinate representation of color #494E65: hue angle of 229.29º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #494E65 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7378101-
CMYK0.280.2300.60
HSL229.29º16.09%34.12%-
HSV(B)229.29º27.72%39.61%-
XYZ7.827.813.41-
YUV79.13140.34123.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=28.97%
G=30.95%
B=40.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73781010.280.2300.60229.2916.0934.12
Hex494E651C1703Ce51022
Octal11111614534270743452042
Binary100100110011101100101111001011101111001110010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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