#49616D

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

Shades of Fiord #49616D

Tints of Fiord #49616D

Color information

#49616D (or 0x49616D) is unknown color: approx Fiord. HEX triplet: 49, 61 and 6D. RGB value is (73,97,109). Sum of RGB (Red+Green+Blue) = 73+97+109=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #49616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49616D is #B69E92. Grayscale: #5B5B5B. Windows color (decimal): -11968147 or 7168329. OLE color: 7168329.

HSL color Cylindrical-coordinate representation of color #49616D: hue angle of 200º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49616D is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7397109-
CMYK0.330.1100.57
HSL200º19.78%35.69%-
HSV(B)200º33.03%42.75%-
XYZ9.7811.0716.09-
YUV91.19138.05115.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 109 (42.97% from 255) = 39.07%
R=26.16%
G=34.77%
B=39.07%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73971090.330.1100.5720019.7835.69
Hex49616D21B039c81424
Octal11114115541130713102444
Binary100100111000011101101100001101101110011100100010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,97,109); }

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

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

 a { background-color: rgb(73,97,109); }

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

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

 span { border-color: rgb(73,97,109); }

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