#49575D

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

Shades of Fiord #49575D

Tints of Fiord #49575D

Color information

#49575D (or 0x49575D) is unknown color: approx Fiord. HEX triplet: 49, 57 and 5D. RGB value is (73,87,93). Sum of RGB (Red+Green+Blue) = 73+87+93=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 93 - color contains mainly: blue. Hex color #49575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49575D is #B6A8A2. Grayscale: #535353. Windows color (decimal): -11970723 or 6117193. OLE color: 6117193.

HSL color Cylindrical-coordinate representation of color #49575D: hue angle of 198º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49575D is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738793-
CMYK0.220.0600.64
HSL198º12.05%32.55%-
HSV(B)198º21.51%36.47%-
XYZ8.139.0211.67-
YUV83.5133.36120.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=28.85%
G=34.39%
B=36.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7387930.220.0600.6419812.0532.55
Hex49575D166040c6c21
Octal11112713526601003061441
Binary1001001101011110111011011011001000000110001101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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