#494E69

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

Shades of East Bay #494E69

Tints of East Bay #494E69

Color information

#494E69 (or 0x494E69) is unknown color: approx East Bay. HEX triplet: 49, 4E and 69. RGB value is (73,78,105). Sum of RGB (Red+Green+Blue) = 73+78+105=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 105 - color contains mainly: blue. Hex color #494E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E69 is #B6B196. Grayscale: #4F4F4F. Windows color (decimal): -11973015 or 6901321. OLE color: 6901321.

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

Color convert

RGB7378105-
CMYK0.300.2600.59
HSL230.62º17.98%34.9%-
HSV(B)230.62º30.48%41.18%-
XYZ8.027.8914.46-
YUV79.58142.34123.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 105 (41.41% from 255) = 41.02%
R=28.52%
G=30.47%
B=41.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73781050.300.2600.59230.6217.9834.9
Hex494E691E1A03Be71223
Octal11111615136320733472243
Binary100100110011101101001111101101001110111110011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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