#4D4740

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

Shades of Space Shuttle #4D4740

Tints of Space Shuttle #4D4740

Color information

#4D4740 (or 0x4D4740) is unknown color: approx Space Shuttle. HEX triplet: 4D, 47 and 40. RGB value is (77,71,64). Sum of RGB (Red+Green+Blue) = 77+71+64=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4740 is #B2B8BF. Grayscale: #484848. Windows color (decimal): -11712704 or 4212557. OLE color: 4212557.

HSL color Cylindrical-coordinate representation of color #4D4740: hue angle of 32.31º 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 #4D4740 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB777164-
CMYK00.080.170.70
HSL32.31º9.22%27.65%-
HSV(B)32.31º16.88%30.2%-
XYZ6.246.455.77-
YUV72123.49131.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.32%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=36.32%
G=33.49%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77716400.080.170.7032.319.2227.65
Hex4D47400811462091c
Octal11510710001021106401134
Binary10011011000111100000001000100011000110100000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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