#494644

Color #494644 Space Shuttle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Space Shuttle #494644

Tints of Space Shuttle #494644

Color information

#494644 (or 0x494644) is unknown color: approx Space Shuttle. HEX triplet: 49, 46 and 44. RGB value is (73,70,68). Sum of RGB (Red+Green+Blue) = 73+70+68=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 73 - color contains mainly: red. Hex color #494644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494644 is #B6B9BB. Grayscale: #464646. Windows color (decimal): -11975100 or 4474441. OLE color: 4474441.

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

Color convert

RGB737068-
CMYK00.040.070.71
HSL24º3.55%27.65%-
HSV(B)24º6.85%28.63%-
XYZ5.986.216.35-
YUV70.67126.49129.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.60%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 68 (26.95% from 255) = 32.23%
R=34.60%
G=33.18%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73706800.040.070.71243.5527.65
Hex494644047471841c
Octal11110610404710730434
Binary100100110001101000100010011110001111100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494644; }

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

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

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

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

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

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

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

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