#494F61

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

Shades of East Bay #494F61

Tints of East Bay #494F61

Color information

#494F61 (or 0x494F61) is unknown color: approx East Bay. HEX triplet: 49, 4F and 61. RGB value is (73,79,97). Sum of RGB (Red+Green+Blue) = 73+79+97=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #494F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F61 is #B6B09E. Grayscale: #4F4F4F. Windows color (decimal): -11972767 or 6377289. OLE color: 6377289.

HSL color Cylindrical-coordinate representation of color #494F61: hue angle of 225º 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 #494F61 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB737997-
CMYK0.250.1900.62
HSL225º14.12%33.33%-
HSV(B)225º24.74%38.04%-
XYZ7.77.8712.42-
YUV79.26138.01123.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=29.32%
G=31.73%
B=38.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7379970.250.1900.6222514.1233.33
Hex494F61191303Ee1e21
Octal11111714131230763411641
Binary10010011001111110000111001100110111110111000011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494F61; }

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

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

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

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

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

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

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

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