#44484D

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

Shades of Tuna #44484D

Tints of Tuna #44484D

Color information

#44484D (or 0x44484D) is unknown color: approx Tuna. HEX triplet: 44, 48 and 4D. RGB value is (68,72,77). Sum of RGB (Red+Green+Blue) = 68+72+77=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #44484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44484D is #BBB7B2. Grayscale: #474747. Windows color (decimal): -12302259 or 5064772. OLE color: 5064772.

HSL color Cylindrical-coordinate representation of color #44484D: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #44484D is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB687277-
CMYK0.120.0600.70
HSL213.33º6.21%28.43%-
HSV(B)213.33º11.69%30.2%-
XYZ6.046.47.94-
YUV71.37131.17125.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=31.34%
G=33.18%
B=35.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6872770.120.0600.70213.336.2128.43
Hex44484DC6046d561c
Octal1041101151460106325634
Binary1000100100100010011011100110010001101101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,72,77); }

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

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

 a { background-color: rgb(68,72,77); }

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

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

 span { border-color: rgb(68,72,77); }

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