#494440

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

Shades of Space Shuttle #494440

Tints of Space Shuttle #494440

Color information

#494440 (or 0x494440) is unknown color: approx Space Shuttle. HEX triplet: 49, 44 and 40. RGB value is (73,68,64). Sum of RGB (Red+Green+Blue) = 73+68+64=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 73 - color contains mainly: red. Hex color #494440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494440 is #B6BBBF. Grayscale: #454545. Windows color (decimal): -11975616 or 4211785. OLE color: 4211785.

HSL color Cylindrical-coordinate representation of color #494440: hue angle of 26.67º 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 #494440 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB736864-
CMYK00.070.120.71
HSL26.67º6.57%26.86%-
HSV(B)26.67º12.33%28.63%-
XYZ5.745.925.69-
YUV69.04125.16130.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 35.61%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=35.61%
G=33.17%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73686400.070.120.7126.676.5726.86
Hex49444007C471b71b
Octal111104100071410733733
Binary1001001100010010000000111110010001111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494440; }

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

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

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

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

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

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

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

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