#47403B

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

Shades of Space Shuttle #47403B

Tints of Space Shuttle #47403B

Color information

#47403B (or 0x47403B) is unknown color: approx Space Shuttle. HEX triplet: 47, 40 and 3B. RGB value is (71,64,59). Sum of RGB (Red+Green+Blue) = 71+64+59=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #47403B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47403B is #B8BFC4. Grayscale: #414141. Windows color (decimal): -12107717 or 3883079. OLE color: 3883079.

HSL color Cylindrical-coordinate representation of color #47403B: hue angle of 25º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #47403B is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB716459-
CMYK00.100.170.72
HSL25º9.23%25.49%-
HSV(B)25º16.9%27.84%-
XYZ5.225.324.89-
YUV65.52124.32131.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=36.60%
G=32.99%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71645900.100.170.72259.2325.49
Hex47403B0A114819919
Octal1071007301221110311131
Binary100011110000001110110101010001100100011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47403B; }

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

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

<style>
 a { background-color: #47403B; }

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

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

<style>
 span { border-color: #47403B; }

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

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