Html Css Color HEX #444950 Tuna

📋 copy color: '#444950'

red 68 ◦ green 73 ◦ blue 80

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

Shades of Tuna #444950

Tints of Tuna #444950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.03%

 BLUE value IS 80 (31.64% from 255) = 36.2%

R = 30.77%
G = 33.03%
B = 36.2%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#444950 (or 0x444950) is known color: Tuna. HEX triplet: 44, 49 and 50. RGB value is (68,73,80). Sum of RGB (Red+Green+Blue) = 68+73+80=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #444950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444950 is #BBB6AF. Grayscale: #484848. Windows color (decimal): -12302000 or 5261636. OLE color: 5261636.

HSL color Cylindrical-coordinate representation of color #444950: hue angle of 215º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #444950 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 73 80 -
CMYK 0.15 0.09 0 0.69
HSL 215º 0.08% 0.29% -
HSV(B) 215º 0.15% 0.31% -
XYZ 6.21 6.57 8.53 -
YUV 72.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 68 73 80 0.15 0.09 0 0.69 215 0.08 0.29
Hex 44 49 50 F 9 0 45 D7 8 1D
Octal 104 111 120 17 11 0 105 327 10 35
Binary 1000100 1001001 1010000 1111 1001 0 1000101 11010111 1000 11101

Color Harmonies of #444950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444950

Black with #444950

Text Example


Text Example

White with #444950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444950; }

 p { color: rgb(68,73,80); }

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

background-color css

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

 a { background-color: rgb(68,73,80); }

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

border-color css

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

 span { border-color: rgb(68,73,80); }

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