#494B52

Color #494B52 Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #494B52

Tints of Tuna #494B52

Color information

#494B52 (or 0x494B52) is unknown color: approx Tuna. HEX triplet: 49, 4B and 52. RGB value is (73,75,82). Sum of RGB (Red+Green+Blue) = 73+75+82=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 82 - color contains mainly: blue. Hex color #494B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B52 is #B6B4AD. Grayscale: #4B4B4B. Windows color (decimal): -11973806 or 5393225. OLE color: 5393225.

HSL color Cylindrical-coordinate representation of color #494B52: hue angle of 226.67º 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 #494B52 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB737582-
CMYK0.110.0900.68
HSL226.67º5.81%30.39%-
HSV(B)226.67º10.98%32.16%-
XYZ6.797.068.99-
YUV75.2131.84126.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.74%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 82 (32.42% from 255) = 35.65%
R=31.74%
G=32.61%
B=35.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7375820.110.0900.68226.675.8130.39
Hex494B52B9044e361e
Octal11111312213110104343636
Binary10010011001011101001010111001010001001110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #494B52;
 }
 .AnyTagClassName
 {
   color: #494B52;
 }
</style>
background-color css

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

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

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

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

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

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