#444B54

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

Shades of Tuna #444B54

Tints of Tuna #444B54

Color information

#444B54 (or 0x444B54) is unknown color: approx Tuna. HEX triplet: 44, 4B and 54. RGB value is (68,75,84). Sum of RGB (Red+Green+Blue) = 68+75+84=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #444B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B54 is #BBB4AB. Grayscale: #494949. Windows color (decimal): -12301484 or 5524292. OLE color: 5524292.

HSL color Cylindrical-coordinate representation of color #444B54: hue angle of 213.75º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #444B54 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB687584-
CMYK0.190.1100.67
HSL213.75º10.53%29.8%-
HSV(B)213.75º19.05%32.94%-
XYZ6.56.99.38-
YUV73.93133.68123.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=29.96%
G=33.04%
B=37.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6875840.190.1100.67213.7510.5329.8
Hex444B5413B043d6b1e
Octal104113124231301033261336
Binary1000100100101110101001001110110100001111010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,75,84); }

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

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

 a { background-color: rgb(68,75,84); }

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

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

 span { border-color: rgb(68,75,84); }

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