#44494F

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

Shades of Tuna #44494F

Tints of Tuna #44494F

Color information

#44494F (or 0x44494F) is unknown color: approx Tuna. HEX triplet: 44, 49 and 4F. RGB value is (68,73,79). Sum of RGB (Red+Green+Blue) = 68+73+79=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 79 - color contains mainly: blue. Hex color #44494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44494F is #BBB6B0. Grayscale: #484848. Windows color (decimal): -12302001 or 5196100. OLE color: 5196100.

HSL color Cylindrical-coordinate representation of color #44494F: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #44494F is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB687379-
CMYK0.140.0800.69
HSL212.73º7.48%28.82%-
HSV(B)212.73º13.92%30.98%-
XYZ6.186.568.34-
YUV72.19131.84125.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=30.91%
G=33.18%
B=35.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6873790.140.0800.69212.737.4828.82
Hex44494FE8045d571d
Octal10411111716100105325735
Binary10001001001001100111111101000010001011101010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,73,79); }

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

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

 a { background-color: rgb(68,73,79); }

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

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

 span { border-color: rgb(68,73,79); }

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