#4F443A

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

Shades of Space Shuttle #4F443A

Tints of Space Shuttle #4F443A

Color information

#4F443A (or 0x4F443A) is unknown color: approx Space Shuttle. HEX triplet: 4F, 44 and 3A. RGB value is (79,68,58). Sum of RGB (Red+Green+Blue) = 79+68+58=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 79 - color contains mainly: red. Hex color #4F443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F443A is #B0BBC5. Grayscale: #464646. Windows color (decimal): -11582406 or 3818575. OLE color: 3818575.

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

Color convert

RGB796858-
CMYK00.140.270.69
HSL28.57º15.33%26.86%-
HSV(B)28.57º26.58%30.98%-
XYZ6.066.14.86-
YUV70.15121.14134.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.54%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 58 (23.05% from 255) = 28.29%
R=38.54%
G=33.17%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79685800.140.270.6928.5715.3326.86
Hex4F443A0E1B451df1b
Octal1171047201633105351733
Binary100111110001001110100111011011100010111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,68,58); }

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

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

 a { background-color: rgb(79,68,58); }

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

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

 span { border-color: rgb(79,68,58); }

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