Html Css Color HEX #444850 Tuna

📋 copy color: '#444850'

red 68 ◦ green 72 ◦ blue 80

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

Shades of Tuna #444850

Tints of Tuna #444850

RGB

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

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

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

R = 30.91%
G = 32.73%
B = 36.36%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#444850 (or 0x444850) is known color: Tuna. HEX triplet: 44, 48 and 50. RGB value is (68,72,80). Sum of RGB (Red+Green+Blue) = 68+72+80=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #444850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444850 is #BBB7AF. Grayscale: #474747. Windows color (decimal): -12302256 or 5261380. OLE color: 5261380.

HSL color Cylindrical-coordinate representation of color #444850: hue angle of 220º 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 #444850 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 72 80 -
CMYK 0.15 0.10 0 0.69
HSL 220º 0.08% 0.29% -
HSV(B) 220º 0.15% 0.31% -
XYZ 6.15 6.44 8.51 -
YUV 71.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 68 72 80 0.15 0.10 0 0.69 220 0.08 0.29
Hex 44 48 50 F A 0 45 DC 8 1D
Octal 104 110 120 17 12 0 105 334 10 35
Binary 1000100 1001000 1010000 1111 1010 0 1000101 11011100 1000 11101

Color Harmonies of #444850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444850

Black with #444850

Text Example


Text Example

White with #444850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444850; }

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

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

background-color css

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

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

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

border-color css

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

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

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