#44474F

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

Shades of Tuna #44474F

Tints of Tuna #44474F

Color information

#44474F (or 0x44474F) is unknown color: approx Tuna. HEX triplet: 44, 47 and 4F. RGB value is (68,71,79). Sum of RGB (Red+Green+Blue) = 68+71+79=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #44474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44474F is #BBB8B0. Grayscale: #464646. Windows color (decimal): -12302513 or 5195588. OLE color: 5195588.

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

Color convert

RGB687179-
CMYK0.140.1000.69
HSL223.64º7.48%28.82%-
HSV(B)223.64º13.92%30.98%-
XYZ6.056.38.29-
YUV71.02132.51125.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 71 (28.12% from 255) = 32.57%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=31.19%
G=32.57%
B=36.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6871790.140.1000.69223.647.4828.82
Hex44474FEA045e071d
Octal10410711716120105340735
Binary10001001000111100111111101010010001011110000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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