#494640

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

Shades of Space Shuttle #494640

Tints of Space Shuttle #494640

Color information

#494640 (or 0x494640) is unknown color: approx Space Shuttle. HEX triplet: 49, 46 and 40. RGB value is (73,70,64). Sum of RGB (Red+Green+Blue) = 73+70+64=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 73 - color contains mainly: red. Hex color #494640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494640 is #B6B9BF. Grayscale: #464646. Windows color (decimal): -11975104 or 4212297. OLE color: 4212297.

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

Color convert

RGB737064-
CMYK00.040.120.71
HSL40º6.57%26.86%-
HSV(B)40º12.33%28.63%-
XYZ5.866.175.73-
YUV70.21124.49129.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.27%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=35.27%
G=33.82%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73706400.040.120.71406.5726.86
Hex49464004C472871b
Octal111106100041410750733
Binary10010011000110100000001001100100011110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494640; }

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

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

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

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

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

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

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

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