#494E68

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

Shades of East Bay #494E68

Tints of East Bay #494E68

Color information

#494E68 (or 0x494E68) is unknown color: approx East Bay. HEX triplet: 49, 4E and 68. RGB value is (73,78,104). Sum of RGB (Red+Green+Blue) = 73+78+104=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 104 - color contains mainly: blue. Hex color #494E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E68 is #B6B197. Grayscale: #4F4F4F. Windows color (decimal): -11973016 or 6835785. OLE color: 6835785.

HSL color Cylindrical-coordinate representation of color #494E68: hue angle of 230.32º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494E68 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7378104-
CMYK0.300.2500.59
HSL230.32º17.51%34.71%-
HSV(B)230.32º29.81%40.78%-
XYZ7.977.8614.19-
YUV79.47141.84123.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 104 (41.02% from 255) = 40.78%
R=28.63%
G=30.59%
B=40.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73781040.300.2500.59230.3217.5134.71
Hex494E681E1903Be61223
Octal11111615036310733462243
Binary100100110011101101000111101100101110111110011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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