#444A56

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

Shades of Tuna #444A56

Tints of Tuna #444A56

Color information

#444A56 (or 0x444A56) is unknown color: approx Tuna. HEX triplet: 44, 4A and 56. RGB value is (68,74,86). Sum of RGB (Red+Green+Blue) = 68+74+86=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 86 - color contains mainly: blue. Hex color #444A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A56 is #BBB5A9. Grayscale: #494949. Windows color (decimal): -12301738 or 5655108. OLE color: 5655108.

HSL color Cylindrical-coordinate representation of color #444A56: hue angle of 220º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #444A56 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB687486-
CMYK0.210.1400.66
HSL220º11.69%30.2%-
HSV(B)220º20.93%33.73%-
XYZ6.516.89.77-
YUV73.57135.01124.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=29.82%
G=32.46%
B=37.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6874860.210.1400.6622011.6930.2
Hex444A5615E042dcc1e
Octal104112126251601023341436
Binary1000100100101010101101010111100100001011011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444A56; }

 p { color: rgb(68,74,86); }

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

<style>
 a { background-color: #444A56; }

 a { background-color: rgb(68,74,86); }

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

<style>
 span { border-color: #444A56; }

 span { border-color: rgb(68,74,86); }

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