#495172

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

Shades of East Bay #495172

Tints of East Bay #495172

Color information

#495172 (or 0x495172) is unknown color: approx East Bay. HEX triplet: 49, 51 and 72. RGB value is (73,81,114). Sum of RGB (Red+Green+Blue) = 73+81+114=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #495172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495172 is #B6AE8D. Grayscale: #525252. Windows color (decimal): -11972238 or 7491913. OLE color: 7491913.

HSL color Cylindrical-coordinate representation of color #495172: hue angle of 228.29º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #495172 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7381114-
CMYK0.360.2900.55
HSL228.29º21.93%36.67%-
HSV(B)228.29º35.96%44.71%-
XYZ8.738.5217.1-
YUV82.37145.85121.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.24%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=27.24%
G=30.22%
B=42.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73811140.360.2900.55228.2921.9336.67
Hex495172241D037e41625
Octal11112116244350673442645
Binary1001001101000111100101001001110101101111110010010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495172; }

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

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

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

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

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

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

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

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