#49606D

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

Shades of Fiord #49606D

Tints of Fiord #49606D

Color information

#49606D (or 0x49606D) is unknown color: approx Fiord. HEX triplet: 49, 60 and 6D. RGB value is (73,96,109). Sum of RGB (Red+Green+Blue) = 73+96+109=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #49606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49606D is #B69F92. Grayscale: #5A5A5A. Windows color (decimal): -11968403 or 7168073. OLE color: 7168073.

HSL color Cylindrical-coordinate representation of color #49606D: hue angle of 201.67º 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 #49606D is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7396109-
CMYK0.330.1200.57
HSL201.67º19.78%35.69%-
HSV(B)201.67º33.03%42.75%-
XYZ9.6910.8916.06-
YUV90.6138.38115.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=26.26%
G=34.53%
B=39.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73961090.330.1200.57201.6719.7835.69
Hex49606D21C039ca1424
Octal11114015541140713122444
Binary100100111000001101101100001110001110011100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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