#444B58

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

Shades of Tuna #444B58

Tints of Tuna #444B58

Color information

#444B58 (or 0x444B58) is unknown color: approx Tuna. HEX triplet: 44, 4B and 58. RGB value is (68,75,88). Sum of RGB (Red+Green+Blue) = 68+75+88=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #444B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B58 is #BBB4A7. Grayscale: #4A4A4A. Windows color (decimal): -12301480 or 5786436. OLE color: 5786436.

HSL color Cylindrical-coordinate representation of color #444B58: hue angle of 219º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #444B58 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB687588-
CMYK0.230.1500.65
HSL219º12.82%30.59%-
HSV(B)219º22.73%34.51%-
XYZ6.666.9710.23-
YUV74.39135.68123.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=29.44%
G=32.47%
B=38.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6875880.230.1500.6521912.8230.59
Hex444B5817F041dbd1f
Octal104113130271701013331537
Binary1000100100101110110001011111110100000111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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