#44494E

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

Shades of Tuna #44494E

Tints of Tuna #44494E

Color information

#44494E (or 0x44494E) is unknown color: approx Tuna. HEX triplet: 44, 49 and 4E. RGB value is (68,73,78). Sum of RGB (Red+Green+Blue) = 68+73+78=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 78 - color contains mainly: blue. Hex color #44494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44494E is #BBB6B1. Grayscale: #484848. Windows color (decimal): -12302002 or 5130564. OLE color: 5130564.

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

Color convert

RGB687378-
CMYK0.130.0600.69
HSL210º6.85%28.63%-
HSV(B)210º12.82%30.59%-
XYZ6.146.548.15-
YUV72.08131.34125.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=31.05%
G=33.33%
B=35.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6873780.130.0600.692106.8528.63
Hex44494ED6045d271d
Octal1041111161560105322735
Binary1000100100100110011101101110010001011101001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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