#44474E

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

Shades of Tuna #44474E

Tints of Tuna #44474E

Color information

#44474E (or 0x44474E) is unknown color: approx Tuna. HEX triplet: 44, 47 and 4E. RGB value is (68,71,78). Sum of RGB (Red+Green+Blue) = 68+71+78=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 78 - color contains mainly: blue. Hex color #44474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44474E is #BBB8B1. Grayscale: #464646. Windows color (decimal): -12302514 or 5130052. OLE color: 5130052.

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

Color convert

RGB687178-
CMYK0.130.0900.69
HSL222º6.85%28.63%-
HSV(B)222º12.82%30.59%-
XYZ6.016.298.1-
YUV70.9132.01125.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=31.34%
G=32.72%
B=35.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6871780.130.0900.692226.8528.63
Hex44474ED9045de71d
Octal10410711615110105336735
Binary10001001000111100111011011001010001011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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