Html Css Color HEX #494C53 Tuna

📋 copy color: '#494C53'

red 73 ◦ green 76 ◦ blue 83

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

Shades of Tuna #494C53

Tints of Tuna #494C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 31.47%
G = 32.76%
B = 35.78%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#494C53 (or 0x494C53) is known color: Tuna. HEX triplet: 49, 4C and 53. RGB value is (73,76,83). Sum of RGB (Red+Green+Blue) = 73+76+83=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 83 - color contains mainly: blue. Hex color #494C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C53 is #B6B3AC. Grayscale: #4B4B4B. Windows color (decimal): -11973549 or 5459017. OLE color: 5459017.

HSL color Cylindrical-coordinate representation of color #494C53: hue angle of 222º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494C53 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 76 83 -
CMYK 0.12 0.08 0 0.67
HSL 222º 0.06% 0.31% -
HSV(B) 222º 0.12% 0.33% -
XYZ 6.89 7.21 9.21 -
YUV 75.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 73 76 83 0.12 0.08 0 0.67 222 0.06 0.31
Hex 49 4C 53 C 8 0 43 DE 6 1F
Octal 111 114 123 14 10 0 103 336 6 37
Binary 1001001 1001100 1010011 1100 1000 0 1000011 11011110 110 11111

Color Harmonies of #494C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494C53

Black with #494C53

Text Example


Text Example

White with #494C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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