Html Css Color HEX #494B50 Tuna

📋 copy color: '#494B50'

red 73 ◦ green 75 ◦ blue 80

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

Shades of Tuna #494B50

Tints of Tuna #494B50

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.89%

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 32.02%
G = 32.89%
B = 35.09%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#494B50 (or 0x494B50) is known color: Tuna. HEX triplet: 49, 4B and 50. RGB value is (73,75,80). Sum of RGB (Red+Green+Blue) = 73+75+80=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 80 - color contains mainly: blue. Hex color #494B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B50 is #B6B4AF. Grayscale: #4A4A4A. Windows color (decimal): -11973808 or 5262153. OLE color: 5262153.

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

Color convert

RGB 73 75 80 -
CMYK 0.09 0.06 0 0.69
HSL 222.86º 0.05% 0.3% -
HSV(B) 222.86º 0.09% 0.31% -
XYZ 6.71 7.03 8.59 -
YUV 74.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 73 75 80 0.09 0.06 0 0.69 222.86 0.05 0.3
Hex 49 4B 50 9 6 0 45 DF 5 1E
Octal 111 113 120 11 6 0 105 337 5 36
Binary 1001001 1001011 1010000 1001 110 0 1000101 11011111 101 11110

Color Harmonies of #494B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494B50

Black with #494B50

Text Example


Text Example

White with #494B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,75,80); }

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

background-color css

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

 a { background-color: rgb(73,75,80); }

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

border-color css

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

 span { border-color: rgb(73,75,80); }

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