#495261

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

Shades of East Bay #495261

Tints of East Bay #495261

Color information

#495261 (or 0x495261) is unknown color: approx East Bay. HEX triplet: 49, 52 and 61. RGB value is (73,82,97). Sum of RGB (Red+Green+Blue) = 73+82+97=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #495261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495261 is #B6AD9E. Grayscale: #505050. Windows color (decimal): -11971999 or 6378057. OLE color: 6378057.

HSL color Cylindrical-coordinate representation of color #495261: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495261 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB738297-
CMYK0.250.1500.62
HSL217.5º14.12%33.33%-
HSV(B)217.5º24.74%38.04%-
XYZ7.928.3112.5-
YUV81.02137.02122.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=28.97%
G=32.54%
B=38.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7382970.250.1500.62217.514.1233.33
Hex49526119F03Edae21
Octal11112214131170763321641
Binary1001001101001011000011100111110111110110110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495261; }

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

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

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

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

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

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

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

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