Html Css Color HEX #444B59 Tuna

📋 copy color: '#444B59'

red 68 ◦ green 75 ◦ blue 89

#444B59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuna #444B59

Tints of Tuna #444B59

RGB

 RED value IS 68 (26.95% from 255) = 29.31%

 GREEN value IS 75 (29.69% from 255) = 32.33%

 BLUE value IS 89 (35.16% from 255) = 38.36%

R = 29.31%
G = 32.33%
B = 38.36%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#444B59 (or 0x444B59) is known color: Tuna. HEX triplet: 44, 4B and 59. RGB value is (68,75,89). Sum of RGB (Red+Green+Blue) = 68+75+89=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #444B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B59 is #BBB4A6. Grayscale: #4A4A4A. Windows color (decimal): -12301479 or 5851972. OLE color: 5851972.

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

Color convert

RGB 68 75 89 -
CMYK 0.24 0.16 0 0.65
HSL 220º 0.13% 0.31% -
HSV(B) 220º 0.24% 0.35% -
XYZ 6.7 6.98 10.45 -
YUV 74.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 68 75 89 0.24 0.16 0 0.65 220 0.13 0.31
Hex 44 4B 59 18 10 0 41 DC D 1F
Octal 104 113 131 30 20 0 101 334 15 37
Binary 1000100 1001011 1011001 11000 10000 0 1000001 11011100 1101 11111

Color Harmonies of #444B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B59

Black with #444B59

Text Example


Text Example

White with #444B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #444B59;
 }
 .AnyTagClassName
 {
   color: #444B59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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