#44484F

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

Shades of Tuna #44484F

Tints of Tuna #44484F

Color information

#44484F (or 0x44484F) is unknown color: approx Tuna. HEX triplet: 44, 48 and 4F. RGB value is (68,72,79). Sum of RGB (Red+Green+Blue) = 68+72+79=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 79 - color contains mainly: blue. Hex color #44484F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44484F is #BBB7B0. Grayscale: #474747. Windows color (decimal): -12302257 or 5195844. OLE color: 5195844.

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

Color convert

RGB687279-
CMYK0.140.0900.69
HSL218.18º7.48%28.82%-
HSV(B)218.18º13.92%30.98%-
XYZ6.116.438.32-
YUV71.6132.17125.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=31.05%
G=32.88%
B=36.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6872790.140.0900.69218.187.4828.82
Hex44484FE9045da71d
Octal10411011716110105332735
Binary10001001001000100111111101001010001011101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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