#494E6F

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

Shades of East Bay #494E6F

Tints of East Bay #494E6F

Color information

#494E6F (or 0x494E6F) is unknown color: approx East Bay. HEX triplet: 49, 4E and 6F. RGB value is (73,78,111). Sum of RGB (Red+Green+Blue) = 73+78+111=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 111 - color contains mainly: blue. Hex color #494E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E6F is #B6B190. Grayscale: #505050. Windows color (decimal): -11973009 or 7294537. OLE color: 7294537.

HSL color Cylindrical-coordinate representation of color #494E6F: hue angle of 232.11º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #494E6F is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7378111-
CMYK0.340.3000.56
HSL232.11º20.65%36.08%-
HSV(B)232.11º34.23%43.53%-
XYZ8.348.0116.15-
YUV80.27145.34122.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 111 (43.75% from 255) = 42.37%
R=27.86%
G=29.77%
B=42.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73781110.340.3000.56232.1120.6536.08
Hex494E6F221E038e81524
Octal11111615742360703502544
Binary1001001100111011011111000101111001110001110100010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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