#49595E

Color #49595E Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #49595E

Tints of Fiord #49595E

Color information

#49595E (or 0x49595E) is unknown color: approx Fiord. HEX triplet: 49, 59 and 5E. RGB value is (73,89,94). Sum of RGB (Red+Green+Blue) = 73+89+94=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 94 - color contains mainly: blue. Hex color #49595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49595E is #B6A6A1. Grayscale: #545454. Windows color (decimal): -11970210 or 6183241. OLE color: 6183241.

HSL color Cylindrical-coordinate representation of color #49595E: hue angle of 194.29º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49595E is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB738994-
CMYK0.220.0500.63
HSL194.29º12.57%32.75%-
HSV(B)194.29º22.34%36.86%-
XYZ8.349.3711.96-
YUV84.79133.2119.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=28.52%
G=34.77%
B=36.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7389940.220.0500.63194.2912.5732.75
Hex49595E16503Fc2d21
Octal1111311362650773021541
Binary100100110110011011110101101010111111110000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49595E; }

 p { color: rgb(73,89,94); }

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

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

 a { background-color: rgb(73,89,94); }

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

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

 span { border-color: rgb(73,89,94); }

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