#4F463C

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

Shades of Space Shuttle #4F463C

Tints of Space Shuttle #4F463C

Color information

#4F463C (or 0x4F463C) is unknown color: approx Space Shuttle. HEX triplet: 4F, 46 and 3C. RGB value is (79,70,60). Sum of RGB (Red+Green+Blue) = 79+70+60=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 79 - color contains mainly: red. Hex color #4F463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F463C is #B0B9C3. Grayscale: #474747. Windows color (decimal): -11581892 or 3950159. OLE color: 3950159.

HSL color Cylindrical-coordinate representation of color #4F463C: hue angle of 31.58º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F463C is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB797060-
CMYK00.110.240.69
HSL31.58º13.67%27.25%-
HSV(B)31.58º24.05%30.98%-
XYZ6.236.375.18-
YUV71.55121.48133.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.80%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 60 (23.83% from 255) = 28.71%
R=37.80%
G=33.49%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79706000.110.240.6931.5813.6727.25
Hex4F463C0B184520e1b
Octal1171067401330105401633
Binary1001111100011011110001011110001000101100000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,60); }

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

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

 a { background-color: rgb(79,70,60); }

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

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

 span { border-color: rgb(79,70,60); }

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