Html Css Color HEX #44484D Tuna

📋 copy color: '#44484D'

red 68 ◦ green 72 ◦ blue 77

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

Shades of Tuna #44484D

Tints of Tuna #44484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

 BLUE value IS 77 (30.47% from 255) = 35.48%

R = 31.34%
G = 33.18%
B = 35.48%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#44484D (or 0x44484D) is known color: Tuna. HEX triplet: 44, 48 and 4D. RGB value is (68,72,77). Sum of RGB (Red+Green+Blue) = 68+72+77=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #44484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44484D is #BBB7B2. Grayscale: #474747. Windows color (decimal): -12302259 or 5064772. OLE color: 5064772.

HSL color Cylindrical-coordinate representation of color #44484D: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #44484D is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 68 72 77 -
CMYK 0.12 0.06 0 0.70
HSL 213.33º 0.06% 0.28% -
HSV(B) 213.33º 0.12% 0.3% -
XYZ 6.04 6.4 7.94 -
YUV 71.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 68 72 77 0.12 0.06 0 0.70 213.33 0.06 0.28
Hex 44 48 4D C 6 0 46 D5 6 1C
Octal 104 110 115 14 6 0 106 325 6 34
Binary 1000100 1001000 1001101 1100 110 0 1000110 11010101 110 11100

Color Harmonies of #44484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44484D

Black with #44484D

Text Example


Text Example

White with #44484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44484D; }

 p { color: rgb(68,72,77); }

 H1.HeaderClassName
 {
   color: #44484D;
 }
 .AnyTagClassName
 {
   color: #44484D;
 }
</style>

background-color css

<style>
 a { background-color: #44484D; }

 a { background-color: rgb(68,72,77); }

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

border-color css

<style>
 span { border-color: #44484D; }

 span { border-color: rgb(68,72,77); }

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