#494B45

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

Shades of Tuatara #494B45

Tints of Tuatara #494B45

Color information

#494B45 (or 0x494B45) is unknown color: approx Tuatara. HEX triplet: 49, 4B and 45. RGB value is (73,75,69). Sum of RGB (Red+Green+Blue) = 73+75+69=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 75 - color contains mainly: green. Hex color #494B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B45 is #B6B4BA. Grayscale: #494949. Windows color (decimal): -11973819 or 4541257. OLE color: 4541257.

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

Color convert

RGB737569-
CMYK0.0300.080.71
HSL80º4.17%28.24%-
HSV(B)80º8%29.41%-
XYZ6.346.886.62-
YUV73.72125.34127.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=33.64%
G=34.56%
B=31.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7375690.0300.080.71804.1728.24
Hex494B45308475041c
Octal1111131053010107120434
Binary10010011001011100010111010001000111101000010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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