#495160

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

Shades of East Bay #495160

Tints of East Bay #495160

Color information

#495160 (or 0x495160) is unknown color: approx East Bay. HEX triplet: 49, 51 and 60. RGB value is (73,81,96). Sum of RGB (Red+Green+Blue) = 73+81+96=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 96 - color contains mainly: blue. Hex color #495160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495160 is #B6AE9F. Grayscale: #505050. Windows color (decimal): -11972256 or 6312265. OLE color: 6312265.

HSL color Cylindrical-coordinate representation of color #495160: hue angle of 219.13º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495160 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB738196-
CMYK0.240.1600.62
HSL219.13º13.61%33.14%-
HSV(B)219.13º23.96%37.65%-
XYZ7.88.1512.23-
YUV80.32136.85122.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=29.2%
G=32.4%
B=38.4%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7381960.240.1600.62219.1313.6133.14
Hex495160181003Edbe21
Octal11112114030200763331641
Binary10010011010001110000011000100000111110110110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495160; }

 p { color: rgb(73,81,96); }

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

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

 a { background-color: rgb(73,81,96); }

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

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

 span { border-color: rgb(73,81,96); }

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