#47403A

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

Shades of Space Shuttle #47403A

Tints of Space Shuttle #47403A

Color information

#47403A (or 0x47403A) is unknown color: approx Space Shuttle. HEX triplet: 47, 40 and 3A. RGB value is (71,64,58). Sum of RGB (Red+Green+Blue) = 71+64+58=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 71 - color contains mainly: red. Hex color #47403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47403A is #B8BFC5. Grayscale: #414141. Windows color (decimal): -12107718 or 3817543. OLE color: 3817543.

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

Color convert

RGB716458-
CMYK00.100.180.72
HSL27.69º10.08%25.29%-
HSV(B)27.69º18.31%27.84%-
XYZ5.25.314.75-
YUV65.41123.82131.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 58 (23.05% from 255) = 30.05%
R=36.79%
G=33.16%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71645800.100.180.7227.6910.0825.29
Hex47403A0A12481ca19
Octal1071007201222110341231
Binary100011110000001110100101010010100100011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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