#495471

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

Shades of East Bay #495471

Tints of East Bay #495471

Color information

#495471 (or 0x495471) is unknown color: approx East Bay. HEX triplet: 49, 54 and 71. RGB value is (73,84,113). Sum of RGB (Red+Green+Blue) = 73+84+113=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #495471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495471 is #B6AB8E. Grayscale: #535353. Windows color (decimal): -11971471 or 7427145. OLE color: 7427145.

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

Color convert

RGB7384113-
CMYK0.350.2600.56
HSL223.5º21.51%36.47%-
HSV(B)223.5º35.4%44.31%-
XYZ8.98.9516.88-
YUV84.02144.36120.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 84 (33.20% from 255) = 31.11%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=27.04%
G=31.11%
B=41.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73841130.350.2600.56223.521.5136.47
Hex495471231A038e01624
Octal11112416143320703402644
Binary1001001101010011100011000111101001110001110000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495471; }

 p { color: rgb(73,84,113); }

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

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

 a { background-color: rgb(73,84,113); }

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

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

 span { border-color: rgb(73,84,113); }

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