#495170

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

Shades of East Bay #495170

Tints of East Bay #495170

Color information

#495170 (or 0x495170) is unknown color: approx East Bay. HEX triplet: 49, 51 and 70. RGB value is (73,81,112). Sum of RGB (Red+Green+Blue) = 73+81+112=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #495170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495170 is #B6AE8F. Grayscale: #525252. Windows color (decimal): -11972240 or 7360841. OLE color: 7360841.

HSL color Cylindrical-coordinate representation of color #495170: hue angle of 227.69º 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 #495170 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7381112-
CMYK0.350.2800.56
HSL227.69º21.08%36.27%-
HSV(B)227.69º34.82%43.92%-
XYZ8.618.4716.51-
YUV82.14144.85121.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=27.44%
G=30.45%
B=42.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73811120.350.2800.56227.6921.0836.27
Hex495170231C038e41524
Octal11112116043340703442544
Binary1001001101000111100001000111110001110001110010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495170; }

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

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

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

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

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

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

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

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