#494B44

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

Shades of Tuatara #494B44

Tints of Tuatara #494B44

Color information

#494B44 (or 0x494B44) is unknown color: approx Tuatara. HEX triplet: 49, 4B and 44. RGB value is (73,75,68). Sum of RGB (Red+Green+Blue) = 73+75+68=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 75 - color contains mainly: green. Hex color #494B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B44 is #B6B4BB. Grayscale: #494949. Windows color (decimal): -11973820 or 4475721. OLE color: 4475721.

HSL color Cylindrical-coordinate representation of color #494B44: hue angle of 77.14º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #494B44 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB737568-
CMYK0.0300.090.71
HSL77.14º4.9%28.04%-
HSV(B)77.14º9.33%29.41%-
XYZ6.316.876.46-
YUV73.6124.84127.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.80%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=33.80%
G=34.72%
B=31.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7375680.0300.090.7177.144.928.04
Hex494B44309474d51c
Octal1111131043011107115534
Binary10010011001011100010011010011000111100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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