#49575E

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

Shades of Fiord #49575E

Tints of Fiord #49575E

Color information

#49575E (or 0x49575E) is unknown color: approx Fiord. HEX triplet: 49, 57 and 5E. RGB value is (73,87,94). Sum of RGB (Red+Green+Blue) = 73+87+94=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 94 - color contains mainly: blue. Hex color #49575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49575E is #B6A8A1. Grayscale: #535353. Windows color (decimal): -11970722 or 6182729. OLE color: 6182729.

HSL color Cylindrical-coordinate representation of color #49575E: hue angle of 200º 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 #49575E is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB738794-
CMYK0.220.0700.63
HSL200º12.57%32.75%-
HSV(B)200º22.34%36.86%-
XYZ8.189.0411.9-
YUV83.61133.86120.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 94 (37.11% from 255) = 37.01%
R=28.74%
G=34.25%
B=37.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7387940.220.0700.6320012.5732.75
Hex49575E16703Fc8d21
Octal1111271362670773101541
Binary100100110101111011110101101110111111110010001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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