Html Css Color HEX #44494E Tuna

📋 copy color: '#44494E'

red 68 ◦ green 73 ◦ blue 78

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

Shades of Tuna #44494E

Tints of Tuna #44494E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.62%

R = 31.05%
G = 33.33%
B = 35.62%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44494E (or 0x44494E) is known color: Tuna. HEX triplet: 44, 49 and 4E. RGB value is (68,73,78). Sum of RGB (Red+Green+Blue) = 68+73+78=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 78 - color contains mainly: blue. Hex color #44494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44494E is #BBB6B1. Grayscale: #484848. Windows color (decimal): -12302002 or 5130564. OLE color: 5130564.

HSL color Cylindrical-coordinate representation of color #44494E: hue angle of 210º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #44494E is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 73 78 -
CMYK 0.13 0.06 0 0.69
HSL 210º 0.07% 0.29% -
HSV(B) 210º 0.13% 0.31% -
XYZ 6.14 6.54 8.15 -
YUV 72.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 68 73 78 0.13 0.06 0 0.69 210 0.07 0.29
Hex 44 49 4E D 6 0 45 D2 7 1D
Octal 104 111 116 15 6 0 105 322 7 35
Binary 1000100 1001001 1001110 1101 110 0 1000101 11010010 111 11101

Color Harmonies of #44494E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44494E

Black with #44494E

Text Example


Text Example

White with #44494E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44494E; }

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

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

background-color css

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

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

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

border-color css

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

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

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