#49585E

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

Shades of Fiord #49585E

Tints of Fiord #49585E

Color information

#49585E (or 0x49585E) is unknown color: approx Fiord. HEX triplet: 49, 58 and 5E. RGB value is (73,88,94). Sum of RGB (Red+Green+Blue) = 73+88+94=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 94 - color contains mainly: blue. Hex color #49585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49585E is #B6A7A1. Grayscale: #545454. Windows color (decimal): -11970466 or 6182985. OLE color: 6182985.

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

Color convert

RGB738894-
CMYK0.220.0600.63
HSL197.14º12.57%32.75%-
HSV(B)197.14º22.34%36.86%-
XYZ8.269.211.93-
YUV84.2133.53120.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=28.63%
G=34.51%
B=36.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7388940.220.0600.63197.1412.5732.75
Hex49585E16603Fc5d21
Octal1111301362660773051541
Binary100100110110001011110101101100111111110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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