Html Css Color HEX #44484E Tuna

📋 copy color: '#44484E'

red 68 ◦ green 72 ◦ blue 78

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

Shades of Tuna #44484E

Tints of Tuna #44484E

RGB

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

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

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

R = 31.19%
G = 33.03%
B = 35.78%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#44484E (or 0x44484E) is known color: Tuna. HEX triplet: 44, 48 and 4E. RGB value is (68,72,78). Sum of RGB (Red+Green+Blue) = 68+72+78=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 78 - color contains mainly: blue. Hex color #44484E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44484E is #BBB7B1. Grayscale: #474747. Windows color (decimal): -12302258 or 5130308. OLE color: 5130308.

HSL color Cylindrical-coordinate representation of color #44484E: hue angle of 216º 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 #44484E is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 72 78 -
CMYK 0.13 0.08 0 0.69
HSL 216º 0.07% 0.29% -
HSV(B) 216º 0.13% 0.31% -
XYZ 6.08 6.41 8.13 -
YUV 71.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 68 72 78 0.13 0.08 0 0.69 216 0.07 0.29
Hex 44 48 4E D 8 0 45 D8 7 1D
Octal 104 110 116 15 10 0 105 330 7 35
Binary 1000100 1001000 1001110 1101 1000 0 1000101 11011000 111 11101

Color Harmonies of #44484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44484E

Black with #44484E

Text Example


Text Example

White with #44484E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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