#49585F

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

Shades of Fiord #49585F

Tints of Fiord #49585F

Color information

#49585F (or 0x49585F) is unknown color: approx Fiord. HEX triplet: 49, 58 and 5F. RGB value is (73,88,95). Sum of RGB (Red+Green+Blue) = 73+88+95=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #49585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49585F is #B6A7A0. Grayscale: #545454. Windows color (decimal): -11970465 or 6248521. OLE color: 6248521.

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

Color convert

RGB738895-
CMYK0.230.0700.63
HSL199.09º13.1%32.94%-
HSV(B)199.09º23.16%37.25%-
XYZ8.39.2212.17-
YUV84.31134.03119.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 88 (34.77% from 255) = 34.38%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=28.52%
G=34.38%
B=37.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7388950.230.0700.63199.0913.132.94
Hex49585F17703Fc7d21
Octal1111301372770773071541
Binary100100110110001011111101111110111111110001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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