#4F4740

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

Shades of Space Shuttle #4F4740

Tints of Space Shuttle #4F4740

Color information

#4F4740 (or 0x4F4740) is unknown color: approx Space Shuttle. HEX triplet: 4F, 47 and 40. RGB value is (79,71,64). Sum of RGB (Red+Green+Blue) = 79+71+64=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4740 is #B0B8BF. Grayscale: #484848. Windows color (decimal): -11581632 or 4212559. OLE color: 4212559.

HSL color Cylindrical-coordinate representation of color #4F4740: hue angle of 28º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F4740 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB797164-
CMYK00.100.190.69
HSL28º10.49%28.04%-
HSV(B)28º18.99%30.98%-
XYZ6.46.545.78-
YUV72.59123.15132.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.92%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=36.92%
G=33.18%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79716400.100.190.692810.4928.04
Hex4F47400A13451ca1c
Octal11710710001223105341234
Binary1001111100011110000000101010011100010111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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