Html Css Color HEX #494D52 Tuna

📋 copy color: '#494D52'

red 73 ◦ green 77 ◦ blue 82

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

Shades of Tuna #494D52

Tints of Tuna #494D52

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.19%

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 31.47%
G = 33.19%
B = 35.34%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#494D52 (or 0x494D52) is known color: Tuna. HEX triplet: 49, 4D and 52. RGB value is (73,77,82). Sum of RGB (Red+Green+Blue) = 73+77+82=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 82 - color contains mainly: blue. Hex color #494D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D52 is #B6B2AD. Grayscale: #4C4C4C. Windows color (decimal): -11973294 or 5393737. OLE color: 5393737.

HSL color Cylindrical-coordinate representation of color #494D52: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494D52 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 77 82 -
CMYK 0.11 0.06 0 0.68
HSL 213.33º 0.06% 0.3% -
HSV(B) 213.33º 0.11% 0.32% -
XYZ 6.92 7.33 9.03 -
YUV 76.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 73 77 82 0.11 0.06 0 0.68 213.33 0.06 0.3
Hex 49 4D 52 B 6 0 44 D5 6 1E
Octal 111 115 122 13 6 0 104 325 6 36
Binary 1001001 1001101 1010010 1011 110 0 1000100 11010101 110 11110

Color Harmonies of #494D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494D52

Black with #494D52

Text Example


Text Example

White with #494D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,77,82); }

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

background-color css

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

 a { background-color: rgb(73,77,82); }

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

border-color css

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

 span { border-color: rgb(73,77,82); }

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