#495370

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

Shades of East Bay #495370

Tints of East Bay #495370

Color information

#495370 (or 0x495370) is unknown color: approx East Bay. HEX triplet: 49, 53 and 70. RGB value is (73,83,112). Sum of RGB (Red+Green+Blue) = 73+83+112=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #495370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495370 is #B6AC8F. Grayscale: #535353. Windows color (decimal): -11971728 or 7361353. OLE color: 7361353.

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

Color convert

RGB7383112-
CMYK0.350.2600.56
HSL224.62º21.08%36.27%-
HSV(B)224.62º34.82%43.92%-
XYZ8.778.7716.56-
YUV83.32144.19120.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=27.24%
G=30.97%
B=41.79%

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
Decimal73831120.350.2600.56224.6221.0836.27
Hex495370231A038e11524
Octal11112316043320703412544
Binary1001001101001111100001000111101001110001110000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495370; }

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

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

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

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

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

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

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

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