#494E6B

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

Shades of East Bay #494E6B

Tints of East Bay #494E6B

Color information

#494E6B (or 0x494E6B) is unknown color: approx East Bay. HEX triplet: 49, 4E and 6B. RGB value is (73,78,107). Sum of RGB (Red+Green+Blue) = 73+78+107=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 78 (30.86% from 255 or 30.23% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 107 - color contains mainly: blue. Hex color #494E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E6B is #B6B194. Grayscale: #4F4F4F. Windows color (decimal): -11973013 or 7032393. OLE color: 7032393.

HSL color Cylindrical-coordinate representation of color #494E6B: hue angle of 231.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494E6B is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7378107-
CMYK0.320.2700.58
HSL231.18º18.89%35.29%-
HSV(B)231.18º31.78%41.96%-
XYZ8.137.9315.01-
YUV79.81143.34123.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 78 (30.86% from 255) = 30.23%
BLUE value IS 107 (42.19% from 255) = 41.47%
R=28.29%
G=30.23%
B=41.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73781070.320.2700.58231.1818.8935.29
Hex494E6B201B03Ae71323
Octal11111615340330723472343
Binary1001001100111011010111000001101101110101110011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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