#494037

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

Shades of Space Shuttle #494037

Tints of Space Shuttle #494037

Color information

#494037 (or 0x494037) is unknown color: approx Space Shuttle. HEX triplet: 49, 40 and 37. RGB value is (73,64,55). Sum of RGB (Red+Green+Blue) = 73+64+55=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 73 - color contains mainly: red. Hex color #494037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494037 is #B6BFC8. Grayscale: #414141. Windows color (decimal): -11976649 or 3620937. OLE color: 3620937.

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

Color convert

RGB736455-
CMYK00.120.250.71
HSL30º14.06%25.1%-
HSV(B)30º24.66%28.63%-
XYZ5.275.364.37-
YUV65.66121.98133.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 55 (21.88% from 255) = 28.65%
R=38.02%
G=33.33%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73645500.120.250.713014.0625.1
Hex4940370C19471ee19
Octal1111006701431107361631
Binary100100110000001101110110011001100011111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494037; }

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

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

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

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

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

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

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

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