#494641

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

Shades of Space Shuttle #494641

Tints of Space Shuttle #494641

Color information

#494641 (or 0x494641) is unknown color: approx Space Shuttle. HEX triplet: 49, 46 and 41. RGB value is (73,70,65). Sum of RGB (Red+Green+Blue) = 73+70+65=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #494641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494641 is #B6B9BE. Grayscale: #464646. Windows color (decimal): -11975103 or 4277833. OLE color: 4277833.

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

Color convert

RGB737065-
CMYK00.040.110.71
HSL37.5º5.8%27.06%-
HSV(B)37.5º10.96%28.63%-
XYZ5.896.185.88-
YUV70.33124.99129.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.10%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=35.10%
G=33.65%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73706500.040.110.7137.55.827.06
Hex49464104B472661b
Octal111106101041310746633
Binary10010011000110100000101001011100011110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494641; }

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

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

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

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

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

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

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

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