#495270

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

Shades of East Bay #495270

Tints of East Bay #495270

Color information

#495270 (or 0x495270) is unknown color: approx East Bay. HEX triplet: 49, 52 and 70. RGB value is (73,82,112). Sum of RGB (Red+Green+Blue) = 73+82+112=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 112 - color contains mainly: blue. Hex color #495270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495270 is #B6AD8F. Grayscale: #525252. Windows color (decimal): -11971984 or 7361097. OLE color: 7361097.

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

Color convert

RGB7382112-
CMYK0.350.2700.56
HSL226.15º21.08%36.27%-
HSV(B)226.15º34.82%43.92%-
XYZ8.698.6216.54-
YUV82.73144.52121.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=27.34%
G=30.71%
B=41.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73821120.350.2700.56226.1521.0836.27
Hex495270231B038e21524
Octal11112216043330703422544
Binary1001001101001011100001000111101101110001110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495270; }

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

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

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

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

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

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

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

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