#494C5F

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

Shades of East Bay #494C5F

Tints of East Bay #494C5F

Color information

#494C5F (or 0x494C5F) is unknown color: approx East Bay. HEX triplet: 49, 4C and 5F. RGB value is (73,76,95). Sum of RGB (Red+Green+Blue) = 73+76+95=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #494C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C5F is #B6B3A0. Grayscale: #4D4D4D. Windows color (decimal): -11973537 or 6245449. OLE color: 6245449.

HSL color Cylindrical-coordinate representation of color #494C5F: hue angle of 231.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #494C5F is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB737695-
CMYK0.230.2000.63
HSL231.82º13.1%32.94%-
HSV(B)231.82º23.16%37.25%-
XYZ7.47.4111.87-
YUV77.27138.01124.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.92%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=29.92%
G=31.15%
B=38.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7376950.230.2000.63231.8213.132.94
Hex494C5F171403Fe8d21
Octal11111413727240773501541
Binary10010011001100101111110111101000111111111010001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,76,95); }

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

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

 a { background-color: rgb(73,76,95); }

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

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

 span { border-color: rgb(73,76,95); }

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