#494E70

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

Shades of East Bay #494E70

Tints of East Bay #494E70

Color information

#494E70 (or 0x494E70) is unknown color: approx East Bay. HEX triplet: 49, 4E and 70. RGB value is (73,78,112). Sum of RGB (Red+Green+Blue) = 73+78+112=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #494E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E70 is #B6B18F. Grayscale: #505050. Windows color (decimal): -11973008 or 7360073. OLE color: 7360073.

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

Color convert

RGB7378112-
CMYK0.350.3000.56
HSL232.31º21.08%36.27%-
HSV(B)232.31º34.82%43.92%-
XYZ8.48.0416.44-
YUV80.38145.84122.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=27.76%
G=29.66%
B=42.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73781120.350.3000.56232.3121.0836.27
Hex494E70231E038e81524
Octal11111616043360703502544
Binary1001001100111011100001000111111001110001110100010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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