#495070

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

Shades of East Bay #495070

Tints of East Bay #495070

Color information

#495070 (or 0x495070) is unknown color: approx East Bay. HEX triplet: 49, 50 and 70. RGB value is (73,80,112). Sum of RGB (Red+Green+Blue) = 73+80+112=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #495070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495070 is #B6AF8F. Grayscale: #515151. Windows color (decimal): -11972496 or 7360585. OLE color: 7360585.

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

Color convert

RGB7380112-
CMYK0.350.2900.56
HSL229.23º21.08%36.27%-
HSV(B)229.23º34.82%43.92%-
XYZ8.548.3216.49-
YUV81.55145.18121.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=27.55%
G=30.19%
B=42.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73801120.350.2900.56229.2321.0836.27
Hex495070231D038e51524
Octal11112016043350703452544
Binary1001001101000011100001000111110101110001110010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495070; }

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

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

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

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

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

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

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

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