#4D4640

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

Shades of Space Shuttle #4D4640

Tints of Space Shuttle #4D4640

Color information

#4D4640 (or 0x4D4640) is unknown color: approx Space Shuttle. HEX triplet: 4D, 46 and 40. RGB value is (77,70,64). Sum of RGB (Red+Green+Blue) = 77+70+64=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4640 is #B2B9BF. Grayscale: #474747. Windows color (decimal): -11712960 or 4212301. OLE color: 4212301.

HSL color Cylindrical-coordinate representation of color #4D4640: hue angle of 27.69º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D4640 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB777064-
CMYK00.090.170.70
HSL27.69º9.22%27.65%-
HSV(B)27.69º16.88%30.2%-
XYZ6.186.335.75-
YUV71.41123.82131.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.49%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=36.49%
G=33.18%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77706400.090.170.7027.699.2227.65
Hex4D46400911461c91c
Octal11510610001121106341134
Binary1001101100011010000000100110001100011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D4640; }

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

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

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

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

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

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

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

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