#49575F

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

Shades of Fiord #49575F

Tints of Fiord #49575F

Color information

#49575F (or 0x49575F) is unknown color: approx Fiord. HEX triplet: 49, 57 and 5F. RGB value is (73,87,95). Sum of RGB (Red+Green+Blue) = 73+87+95=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 95 - color contains mainly: blue. Hex color #49575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49575F is #B6A8A0. Grayscale: #535353. Windows color (decimal): -11970721 or 6248265. OLE color: 6248265.

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

Color convert

RGB738795-
CMYK0.230.0800.63
HSL201.82º13.1%32.94%-
HSV(B)201.82º23.16%37.25%-
XYZ8.229.0612.14-
YUV83.73134.36120.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 95 (37.5% from 255) = 37.25%
R=28.63%
G=34.12%
B=37.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7387950.230.0800.63201.8213.132.94
Hex49575F17803Fcad21
Octal11112713727100773121541
Binary1001001101011110111111011110000111111110010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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