Html Css Color HEX #494C4F Tuna

📋 copy color: '#494C4F'

red 73 ◦ green 76 ◦ blue 79

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

Shades of Tuna #494C4F

Tints of Tuna #494C4F

RGB

 RED value IS 73 (28.91% from 255) = 32.02%

 GREEN value IS 76 (30.08% from 255) = 33.33%

 BLUE value IS 79 (31.25% from 255) = 34.65%

R = 32.02%
G = 33.33%
B = 34.65%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#494C4F (or 0x494C4F) is known color: Tuna. HEX triplet: 49, 4C and 4F. RGB value is (73,76,79). Sum of RGB (Red+Green+Blue) = 73+76+79=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 79 - color contains mainly: blue. Hex color #494C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C4F is #B6B3B0. Grayscale: #4B4B4B. Windows color (decimal): -11973553 or 5196873. OLE color: 5196873.

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

Color convert

RGB 73 76 79 -
CMYK 0.08 0.04 0 0.69
HSL 210º 0.04% 0.3% -
HSV(B) 210º 0.08% 0.31% -
XYZ 6.74 7.15 8.42 -
YUV 75.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 73 76 79 0.08 0.04 0 0.69 210 0.04 0.3
Hex 49 4C 4F 8 4 0 45 D2 4 1E
Octal 111 114 117 10 4 0 105 322 4 36
Binary 1001001 1001100 1001111 1000 100 0 1000101 11010010 100 11110

Color Harmonies of #494C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C4F

Black with #494C4F

Text Example


Text Example

White with #494C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494C4F; }

 p { color: rgb(73,76,79); }

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

background-color css

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

 a { background-color: rgb(73,76,79); }

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

border-color css

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

 span { border-color: rgb(73,76,79); }

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