#494C63

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

Shades of East Bay #494C63

Tints of East Bay #494C63

Color information

#494C63 (or 0x494C63) is unknown color: approx East Bay. HEX triplet: 49, 4C and 63. RGB value is (73,76,99). Sum of RGB (Red+Green+Blue) = 73+76+99=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #494C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C63 is #B6B39C. Grayscale: #4D4D4D. Windows color (decimal): -11973533 or 6507593. OLE color: 6507593.

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

Color convert

RGB737699-
CMYK0.260.2300.61
HSL233.08º15.12%33.73%-
HSV(B)233.08º26.26%38.82%-
XYZ7.587.4912.85-
YUV77.72140.01124.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=29.44%
G=30.65%
B=39.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7376990.260.2300.61233.0815.1233.73
Hex494C631A1703De9f22
Octal11111414332270753511742
Binary10010011001100110001111010101110111101111010011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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