#44484E

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

Shades of Tuna #44484E

Tints of Tuna #44484E

Color information

#44484E (or 0x44484E) is unknown color: approx Tuna. HEX triplet: 44, 48 and 4E. RGB value is (68,72,78). Sum of RGB (Red+Green+Blue) = 68+72+78=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 78 - color contains mainly: blue. Hex color #44484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44484E is #BBB7B1. Grayscale: #474747. Windows color (decimal): -12302258 or 5130308. OLE color: 5130308.

HSL color Cylindrical-coordinate representation of color #44484E: hue angle of 216º 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 #44484E is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB687278-
CMYK0.130.0800.69
HSL216º6.85%28.63%-
HSV(B)216º12.82%30.59%-
XYZ6.086.418.13-
YUV71.49131.67125.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=31.19%
G=33.03%
B=35.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6872780.130.0800.692166.8528.63
Hex44484ED8045d871d
Octal10411011615100105330735
Binary10001001001000100111011011000010001011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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