#495272

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

Shades of East Bay #495272

Tints of East Bay #495272

Color information

#495272 (or 0x495272) is unknown color: approx East Bay. HEX triplet: 49, 52 and 72. RGB value is (73,82,114). Sum of RGB (Red+Green+Blue) = 73+82+114=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #495272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495272 is #B6AD8D. Grayscale: #525252. Windows color (decimal): -11971982 or 7492169. OLE color: 7492169.

HSL color Cylindrical-coordinate representation of color #495272: hue angle of 226.83º 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 #495272 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7382114-
CMYK0.360.2800.55
HSL226.83º21.93%36.67%-
HSV(B)226.83º35.96%44.71%-
XYZ8.88.6717.13-
YUV82.96145.52120.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=27.14%
G=30.48%
B=42.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73821140.360.2800.55226.8321.9336.67
Hex495272241C037e31625
Octal11112216244340673432645
Binary1001001101001011100101001001110001101111110001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495272; }

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

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

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

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

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

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

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

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