#444A57

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

Shades of Tuna #444A57

Tints of Tuna #444A57

Color information

#444A57 (or 0x444A57) is unknown color: approx Tuna. HEX triplet: 44, 4A and 57. RGB value is (68,74,87). Sum of RGB (Red+Green+Blue) = 68+74+87=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #444A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A57 is #BBB5A8. Grayscale: #494949. Windows color (decimal): -12301737 or 5720644. OLE color: 5720644.

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

Color convert

RGB687487-
CMYK0.220.1500.66
HSL221.05º12.26%30.39%-
HSV(B)221.05º21.84%34.12%-
XYZ6.556.819.99-
YUV73.69135.51123.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 74 (29.30% from 255) = 32.31%
BLUE value IS 87 (34.38% from 255) = 37.99%
R=29.69%
G=32.31%
B=37.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6874870.220.1500.66221.0512.2630.39
Hex444A5716F042ddc1e
Octal104112127261701023351436
Binary1000100100101010101111011011110100001011011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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